From 703b0e6522f91e7de7b09b03d68b28623fd0dd17 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 7 Dec 2020 15:20:51 +0100 Subject: Remove redundant void from the core ACE library files --- ACE/ace/MMAP_Memory_Pool.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ACE/ace/MMAP_Memory_Pool.cpp') diff --git a/ACE/ace/MMAP_Memory_Pool.cpp b/ACE/ace/MMAP_Memory_Pool.cpp index c0a02bac81c..ea1c432895e 100644 --- a/ACE/ace/MMAP_Memory_Pool.cpp +++ b/ACE/ace/MMAP_Memory_Pool.cpp @@ -22,7 +22,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_ALLOC_HOOK_DEFINE(ACE_MMAP_Memory_Pool) void -ACE_MMAP_Memory_Pool::dump (void) const +ACE_MMAP_Memory_Pool::dump () const { #if defined (ACE_HAS_DUMP) ACE_TRACE ("ACE_MMAP_Memory_Pool::dump"); @@ -206,7 +206,7 @@ ACE_MMAP_Memory_Pool::ACE_MMAP_Memory_Pool ( #endif /* ACE_WIN32 */ } -ACE_MMAP_Memory_Pool::~ACE_MMAP_Memory_Pool (void) +ACE_MMAP_Memory_Pool::~ACE_MMAP_Memory_Pool () { } @@ -547,7 +547,7 @@ ACE_MMAP_Memory_Pool::handle_signal (int signum, siginfo_t *siginfo, ucontext_t #endif void * -ACE_MMAP_Memory_Pool::base_addr (void) const +ACE_MMAP_Memory_Pool::base_addr () const { ACE_TRACE ("ACE_MMAP_Memory_Pool::base_addr"); return this->base_addr_; @@ -569,7 +569,7 @@ ACE_Lite_MMAP_Memory_Pool::ACE_Lite_MMAP_Memory_Pool (const ACE_TCHAR *backing_s ACE_TRACE ("ACE_Lite_MMAP_Memory_Pool::ACE_Lite_MMAP_Memory_Pool"); } -ACE_Lite_MMAP_Memory_Pool::~ACE_Lite_MMAP_Memory_Pool (void) +ACE_Lite_MMAP_Memory_Pool::~ACE_Lite_MMAP_Memory_Pool () { } -- cgit v1.2.1