summaryrefslogtreecommitdiff
path: root/platform/iphone/sem_iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/iphone/sem_iphone.h')
-rw-r--r--platform/iphone/sem_iphone.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/iphone/sem_iphone.h b/platform/iphone/sem_iphone.h
index e00dd8f3dd..8a87ab47ca 100644
--- a/platform/iphone/sem_iphone.h
+++ b/platform/iphone/sem_iphone.h
@@ -44,7 +44,6 @@ class SemaphoreIphone : public Semaphore {
static Semaphore *create_semaphore_iphone();
public:
-
virtual Error wait();
virtual Error post();
virtual int get() const;
@@ -53,8 +52,6 @@ public:
SemaphoreIphone();
~SemaphoreIphone();
-
};
-
#endif