BIND 10 track1914, updated. a43b1b6641de54cc27e7abbf40f0a49c2d9d617a [1914] Unrelated cleanup: removed extra anonymous namespace

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 17 11:09:52 UTC 2012


The branch, track1914 has been updated
       via  a43b1b6641de54cc27e7abbf40f0a49c2d9d617a (commit)
      from  51b0205f48ad15ae28eafaa63890d3a671acc595 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a43b1b6641de54cc27e7abbf40f0a49c2d9d617a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu May 17 13:07:46 2012 +0200

    [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.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/config/tests/ccsession_unittests.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/tests/ccsession_unittests.cc b/src/lib/config/tests/ccsession_unittests.cc
index abaff8e..55f1f0d 100644
--- a/src/lib/config/tests/ccsession_unittests.cc
+++ b/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,



More information about the bind10-changes mailing list