summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Malloc_Allocator.cpp')
-rw-r--r--ACE/ace/Malloc_Allocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Malloc_Allocator.cpp b/ACE/ace/Malloc_Allocator.cpp
index 0726226648c..d9ea4036355 100644
--- a/ACE/ace/Malloc_Allocator.cpp
+++ b/ACE/ace/Malloc_Allocator.cpp
@@ -196,7 +196,7 @@ ACE_New_Allocator::protect (void *, size_t, int)
#if defined (ACE_HAS_MALLOC_STATS)
void
-ACE_New_Allocator::print_stats (void) const
+ACE_New_Allocator::print_stats () const
{
}
#endif /* ACE_HAS_MALLOC_STATS */
@@ -322,7 +322,7 @@ ACE_Static_Allocator_Base::protect (void *, size_t, int)
#if defined (ACE_HAS_MALLOC_STATS)
void
-ACE_Static_Allocator_Base::print_stats (void) const
+ACE_Static_Allocator_Base::print_stats () const
{
}
#endif /* ACE_HAS_MALLOC_STATS */