summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Allocator.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/Malloc_Allocator.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/Malloc_Allocator.h')
-rw-r--r--ACE/ace/Malloc_Allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Malloc_Allocator.h b/ACE/ace/Malloc_Allocator.h
index 52df2ac9480..6ea723f9637 100644
--- a/ACE/ace/Malloc_Allocator.h
+++ b/ACE/ace/Malloc_Allocator.h
@@ -71,7 +71,7 @@ public:
virtual int protect (ssize_t len = -1, int prot = PROT_RDWR);
virtual int protect (void *addr, size_t len, int prot = PROT_RDWR);
#if defined (ACE_HAS_MALLOC_STATS)
- virtual void print_stats (void) const;
+ virtual void print_stats () const;
#endif /* ACE_HAS_MALLOC_STATS */
virtual void dump () const;
@@ -115,7 +115,7 @@ public:
virtual int protect (ssize_t len = -1, int prot = PROT_RDWR);
virtual int protect (void *addr, size_t len, int prot = PROT_RDWR);
#if defined (ACE_HAS_MALLOC_STATS)
- virtual void print_stats (void) const;
+ virtual void print_stats () const;
#endif /* ACE_HAS_MALLOC_STATS */
virtual void dump () const;