summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Dgram_Bcast.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-14 13:31:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-14 13:31:17 +0100
commit2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c (patch)
tree6db9c2331c107c7ddc61045ae4249893639ba353 /ACE/ace/SOCK_Dgram_Bcast.h
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
downloadATCD-2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c.tar.gz
Remove redundant void
Diffstat (limited to 'ACE/ace/SOCK_Dgram_Bcast.h')
-rw-r--r--ACE/ace/SOCK_Dgram_Bcast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SOCK_Dgram_Bcast.h b/ACE/ace/SOCK_Dgram_Bcast.h
index 3175ba84a95..16703839471 100644
--- a/ACE/ace/SOCK_Dgram_Bcast.h
+++ b/ACE/ace/SOCK_Dgram_Bcast.h
@@ -113,7 +113,7 @@ public:
int flags = 0) const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;