BIND 10 trac2587, updated. 39512e1b3142a1006cb793817691f4ce9fd7480c [2587] removed unnecessary '; '

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jan 17 16:05:10 UTC 2013


The branch, trac2587 has been updated
       via  39512e1b3142a1006cb793817691f4ce9fd7480c (commit)
      from  b88f6fb05d83b5ee7b7594630e02093398f995c7 (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 39512e1b3142a1006cb793817691f4ce9fd7480c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Jan 17 08:04:55 2013 -0800

    [2587] removed unnecessary ';'

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

Summary of changes:
 src/lib/testutils/srv_test.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/testutils/srv_test.h b/src/lib/testutils/srv_test.h
index 45116d1..23d232b 100644
--- a/src/lib/testutils/srv_test.h
+++ b/src/lib/testutils/srv_test.h
@@ -53,7 +53,7 @@ extern const unsigned int CD_FLAG;
 class SrvTestBase : public ::testing::Test {
 protected:
     SrvTestBase();
-    virtual ~SrvTestBase() {};
+    virtual ~SrvTestBase() {}
 
     /// Let the server process a DNS message.
     ///



More information about the bind10-changes mailing list