From 104d9f8a30c479fe661883b295f120ab035645d9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Mar 2021 10:52:29 +0100 Subject: Removed redundant void --- ACE/ace/SV_Semaphore_Simple.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/ace/SV_Semaphore_Simple.h') diff --git a/ACE/ace/SV_Semaphore_Simple.h b/ACE/ace/SV_Semaphore_Simple.h index 71d178a9636..0b33c59bbd9 100644 --- a/ACE/ace/SV_Semaphore_Simple.h +++ b/ACE/ace/SV_Semaphore_Simple.h @@ -109,7 +109,7 @@ public: * regardless of whether other processes may be using it or not. * Most other processes should use close() below. */ - int remove (void) const; + int remove () const; // = Semaphore acquire and release methods. /** @@ -151,7 +151,7 @@ public: int control (int cmd, int value = 0, u_short n = 0) const; /// Get underlying internal id. - int get_id (void) const; + int get_id () const; /// Dump the state of an object. void dump () const; -- cgit v1.2.1