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/FILE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/FILE.h') diff --git a/ACE/ace/FILE.h b/ACE/ace/FILE.h index e128eda3a0d..1d8cc4f57a4 100644 --- a/ACE/ace/FILE.h +++ b/ACE/ace/FILE.h @@ -100,7 +100,7 @@ public: int get_remote_addr (ACE_Addr &) const; /// 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