summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:02:31 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:02:31 +0100
commit225584d307c3091584000ccfd8fbacf861a06d5d (patch)
treee77d076cc5c717626d0be186c5d5cb2f15b2ceca /ACE
parentcf0c16455b648b9c5a887900081eb2a8536b5506 (diff)
downloadATCD-225584d307c3091584000ccfd8fbacf861a06d5d.tar.gz
removed empty headers
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ASNMP/tests/Address_Test.cpp2
-rw-r--r--ACE/ace/Rtems_init.c2
-rwxr-xr-xACE/bin/zap_svn_id.pl2
-rw-r--r--ACE/performance-tests/RPC/client.cpp2
-rw-r--r--ACE/performance-tests/RPC/server.c2
5 files changed, 2 insertions, 8 deletions
diff --git a/ACE/ASNMP/tests/Address_Test.cpp b/ACE/ASNMP/tests/Address_Test.cpp
index 5ed297ee65a..f1662556f34 100644
--- a/ACE/ASNMP/tests/Address_Test.cpp
+++ b/ACE/ASNMP/tests/Address_Test.cpp
@@ -39,8 +39,6 @@ DAMAGES.
#include "test_config.h"
// test the GenAddress interface
-/*
- */
static void TestGenAddr()
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) GenAddress: Tests: var(expected) [actual]\n"));
diff --git a/ACE/ace/Rtems_init.c b/ACE/ace/Rtems_init.c
index 55116399e85..389169d7a32 100644
--- a/ACE/ace/Rtems_init.c
+++ b/ACE/ace/Rtems_init.c
@@ -1,5 +1,3 @@
-/*
- */
#if defined (ACE_HAS_RTEMS)
diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl
index ce50e614a27..b5cb74bbc46 100755
--- a/ACE/bin/zap_svn_id.pl
+++ b/ACE/bin/zap_svn_id.pl
@@ -71,4 +71,6 @@ BEGIN{undef $/;} s/ \*\n \*\n/ \*\n/smg;
BEGIN{undef $/;} s/\/\/\n\/\/\n/\/\/\n/smg;
+# Empty header
+BEGIN{undef $/;} s/\/\*\n \*\/\n//smg;
diff --git a/ACE/performance-tests/RPC/client.cpp b/ACE/performance-tests/RPC/client.cpp
index 7bed897b796..c55671bf358 100644
--- a/ACE/performance-tests/RPC/client.cpp
+++ b/ACE/performance-tests/RPC/client.cpp
@@ -1,5 +1,3 @@
-/*
- */
#include "ace/Stats.h"
#include "ace/High_Res_Timer.h"
#include "ace/Get_Opt.h"
diff --git a/ACE/performance-tests/RPC/server.c b/ACE/performance-tests/RPC/server.c
index 71f381d586e..0c33eaf0f72 100644
--- a/ACE/performance-tests/RPC/server.c
+++ b/ACE/performance-tests/RPC/server.c
@@ -1,5 +1,3 @@
-/*
- */
#include "ping.h"
#include <rpc/rpc.h>