summaryrefslogtreecommitdiff
path: root/ACE/ace/UPIPE_Stream.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/UPIPE_Stream.h
parentd76df1a2741457a5cd723bedd5919ed342ece2e7 (diff)
downloadATCD-2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c.tar.gz
Remove redundant void
Diffstat (limited to 'ACE/ace/UPIPE_Stream.h')
-rw-r--r--ACE/ace/UPIPE_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/UPIPE_Stream.h b/ACE/ace/UPIPE_Stream.h
index f81b76ae5f2..ca377e3e407 100644
--- a/ACE/ace/UPIPE_Stream.h
+++ b/ACE/ace/UPIPE_Stream.h
@@ -94,7 +94,7 @@ public:
int get_remote_addr (ACE_UPIPE_Addr &remote_sap) const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;