toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
39 stars 4 forks source link

removal of redundant woken_pid function #1011

Closed goldencm closed 2 years ago

goldencm commented 2 years ago

I noticed that in the woken_pid.rs the add and push functions have the same functionality so I removed one to clear up the redundancy

toku-sa-n commented 2 years ago

Thank you!