diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/semaphore.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/kernel/semaphore.cpp b/src/core/hle/kernel/semaphore.cpp index c7afe49fc..216c97835 100644 --- a/src/core/hle/kernel/semaphore.cpp +++ b/src/core/hle/kernel/semaphore.cpp @@ -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;  | 
