Skip to content
Snippets Groups Projects
Commit cc81a510 authored by Subv's avatar Subv
Browse files

Semaphore: Removed an unneeded function

parent 61434651
No related branches found
No related tags found
No related merge requests found
......@@ -34,11 +34,6 @@ public:
return current_usage == max_count;
}
ResultVal<bool> SyncRequest() override {
// TODO(Subv): ImplementMe
return MakeResult<bool>(false);
}
ResultVal<bool> WaitSynchronization() override {
bool wait = current_usage == max_count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment