From 2d0860a78e703c71e38d6f83b2cdb33d94f9ab9c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 14 Dec 2020 13:31:17 +0100 Subject: Remove redundant void --- ACE/ace/LSOCK_Connector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/LSOCK_Connector.h') diff --git a/ACE/ace/LSOCK_Connector.h b/ACE/ace/LSOCK_Connector.h index 20ced3ba7ef..2351805f99f 100644 --- a/ACE/ace/LSOCK_Connector.h +++ b/ACE/ace/LSOCK_Connector.h @@ -71,7 +71,7 @@ public: typedef ACE_LSOCK_Stream PEER_STREAM; /// Dump the state of an object. - void dump (void) const; + void dump () const; /// Declare the dynamic allocation hooks. ACE_ALLOC_HOOK_DECLARE; -- cgit v1.2.1