Browse Source

[1914] Unrelated cleanup: removed extra anonymous namespace

There was an anonymous namespace inside another anonymous namespace.
This brings no further advantage and is just confusing, so it got
removed.
Michal 'vorner' Vaner 13 years ago
parent
commit
a43b1b6641
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/config/tests/ccsession_unittests.cc

+ 0 - 2
src/lib/config/tests/ccsession_unittests.cc

@@ -709,13 +709,11 @@ TEST_F(CCSessionTest, doubleStartWithAddRemoteConfig) {
                  FakeSession::DoubleRead);
 }
 
-namespace {
 void doRelatedLoggersTest(const char* input, const char* expected) {
     ConstElementPtr all_conf = isc::data::Element::fromJSON(input);
     ConstElementPtr expected_conf = isc::data::Element::fromJSON(expected);
     EXPECT_EQ(*expected_conf, *isc::config::getRelatedLoggers(all_conf));
 }
-} // end anonymous namespace
 
 TEST(LogConfigTest, relatedLoggersTest) {
     // make sure logger configs for 'other' programs are ignored,