summaryrefslogtreecommitdiff
path: root/ACE/ace/SV_Semaphore_Simple.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/SV_Semaphore_Simple.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/SV_Semaphore_Simple.h')
-rw-r--r--ACE/ace/SV_Semaphore_Simple.h4
1 files changed, 2 insertions, 2 deletions
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;