remove unnecessary code
authorHansol Lee <hansolu.lee@samsung.com>
Wed, 5 Apr 2023 10:25:59 +0000 (19:25 +0900)
committerHansol Lee <hansolu.lee@samsung.com>
Wed, 14 Jun 2023 11:32:51 +0000 (20:32 +0900)
common/PosixMainLoop.cc

index b08581d..43bbbb6 100644 (file)
@@ -146,7 +146,6 @@ PosixMainLoop::MainLoopData *PosixMainLoop::RemoveWatch(int fd)
     MainLoopData *user_data = iter->second->data;
     watch_table.erase(iter);
     WriteToPipe(idle_pipe[1], PING);
-    usleep(1000);
 
     return user_data;
 }