diff options
Diffstat (limited to 'backends/platform/psp/thread.cpp')
-rw-r--r-- | backends/platform/psp/thread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/psp/thread.cpp b/backends/platform/psp/thread.cpp index 5f38a54ab7..57370f7685 100644 --- a/backends/platform/psp/thread.cpp +++ b/backends/platform/psp/thread.cpp @@ -228,4 +228,3 @@ void PspCondition::wait(PspMutex &externalMutex) { externalMutex.lock(); // must lock external mutex here for continuation } - |