summaryrefslogtreecommitdiff
path: root/ACE/apps/soreduce/Library.cpp
diff options
context:
space:
mode:
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_;
}