summaryrefslogtreecommitdiff
path: root/ACE/tests/Capabilities_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:04:35 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:04:35 +0100
commit9027b24610848c0eb0d768b60b132ce9e09dee7d (patch)
treef2b313d8110861616f330776f20f1df0c348cc0b /ACE/tests/Capabilities_Test.cpp
parentcfb87b202043d9f6b5532f3e3e4e431f6ced4c0b (diff)
downloadATCD-9027b24610848c0eb0d768b60b132ce9e09dee7d.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/tests/Capabilities_Test.cpp')
-rw-r--r--ACE/tests/Capabilities_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Capabilities_Test.cpp b/ACE/tests/Capabilities_Test.cpp
index fa1ce4b99e5..75951f39bbd 100644
--- a/ACE/tests/Capabilities_Test.cpp
+++ b/ACE/tests/Capabilities_Test.cpp
@@ -19,7 +19,7 @@
static const ACE_TCHAR config[] = ACE_TEXT ("Capabilities_Test.cfg");
static int
-load_config (void)
+load_config ()
{
ACE_Capabilities caps;
if (caps.getent (config, ACE_TEXT ("Config")) == -1)