1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 13:33:24 +01:00

Turns out WaitableManager->delete_waitable() wasn't needed

This commit is contained in:
Michael Scire 2018-04-18 11:44:03 -06:00
parent cbb0a084a6
commit ee1488a1ed

View file

@ -21,6 +21,5 @@ class WaitableManager {
unsigned int get_num_signalable();
void add_waitable(IWaitable *waitable);
void delete_waitable(IWaitable *waitable);
void process();
};