summaryrefslogtreecommitdiff
path: root/ACE/tests/Config_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Config_Test.cpp')
-rw-r--r--ACE/tests/Config_Test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/tests/Config_Test.cpp b/ACE/tests/Config_Test.cpp
index 31eda47e3e1..e16932db307 100644
--- a/ACE/tests/Config_Test.cpp
+++ b/ACE/tests/Config_Test.cpp
@@ -780,7 +780,6 @@ Config_Test::testEquality ()
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("Cannot open heap1\n")),
-1);
-
}
else if ((heap2.open ()) != 0)
{
@@ -1077,7 +1076,6 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original)
else
// if the type is invalid, then go ahead and fail it.
rc = false;
-
}// end if the original type was not a string.
else
{
@@ -1097,11 +1095,9 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original)
// before we move on remove this value from the original.
original.remove_value (originalSection,
valueName.c_str ());
-
}// end else if values match.
valueIndex++;
-
}// end value while loop
// at this point the original should have no values. look
@@ -1116,7 +1112,6 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original)
// having a value indicates a mismatch
rc = valueIndex == 0;
-
}// end else if sections match.
if (rc)
@@ -1126,7 +1121,6 @@ iniCompare (ACE_Configuration_Heap& fromFile, ACE_Configuration_Heap& original)
0); // do not remove subsections.
++sectionIndex;
-
}// end section while loop
// Finally, if the original has any sections, then we're not equal