event/Thread: remove unused method StopAsync()

This commit is contained in:
Max Kellermann 2018-01-29 22:50:21 +01:00
parent 199c8aaa25
commit 6ea2cb3644

View File

@ -46,15 +46,6 @@ public:
void Start();
/**
* Ask the thread to stop, but does not wait for it. Usually,
* you don't need to call this function, because Stop()
* includes this.
*/
void StopAsync() {
event_loop.Break();
}
void Stop();
private: