summaryrefslogtreecommitdiff
path: root/ACE/ace/SV_Message_Queue.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-14 15:15:53 +0100
committerGitHub <noreply@github.com>2020-12-14 15:15:53 +0100
commit40019b0660840cce9e799ca988757b7dfc2ae314 (patch)
tree7db9db1f81843daf674c1d14f4aa45cb3bb68017 /ACE/ace/SV_Message_Queue.h
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
parent5554df067e071f05d12906ad7c061e23b28dc81b (diff)
downloadATCD-40019b0660840cce9e799ca988757b7dfc2ae314.tar.gz
Merge pull request #1348 from jwillemsen/jwi-voidcleanup
Remove redundant void
Diffstat (limited to 'ACE/ace/SV_Message_Queue.h')
-rw-r--r--ACE/ace/SV_Message_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SV_Message_Queue.h b/ACE/ace/SV_Message_Queue.h
index e7cd28ae8ea..3359ba7f379 100644
--- a/ACE/ace/SV_Message_Queue.h
+++ b/ACE/ace/SV_Message_Queue.h
@@ -81,7 +81,7 @@ public:
void set_id (int);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;