summaryrefslogtreecommitdiff
path: root/ACE/apps/soreduce/Library.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:02:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:02:26 +0000
commit4ac9f6f6b3a8774e5c2675b2a82736d6e5f54cc2 (patch)
treef0cd0fbd299a943ef918e34bf93f2351b9536fa0 /ACE/apps/soreduce/Library.cpp
parent346291e3d2643117a38010909463f95a0c1c767a (diff)
downloadATCD-4ac9f6f6b3a8774e5c2675b2a82736d6e5f54cc2.tar.gz
* *.cpp:
Removed RCS_ID
Diffstat (limited to 'ACE/apps/soreduce/Library.cpp')
-rw-r--r--ACE/apps/soreduce/Library.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/apps/soreduce/Library.cpp b/ACE/apps/soreduce/Library.cpp
index b6f269c318b..84c604ef6e6 100644
--- a/ACE/apps/soreduce/Library.cpp
+++ b/ACE/apps/soreduce/Library.cpp
@@ -20,8 +20,6 @@
#include "Library.h"
-ACE_RCSID(src, Library, "$Id$")
-
MPC_Generator::MPC_Generator (const ACE_CString& libname)
: mpcfile_(),
libname_(libname),
@@ -183,12 +181,12 @@ Library::~Library ()
{
delete mpcfile_;
int i;
-
+
for (i = 0; i < num_modules_; delete modules_[i++])
{
// No action.
}
-
+
delete [] modules_;
}