BIND 10 trac2836, updated. a6949cd6433d089e240c6bdec095e12c4230214d [2836] editorial cleanup: removed an unnecessary semicolon.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 8 20:58:09 UTC 2013


The branch, trac2836 has been updated
       via  a6949cd6433d089e240c6bdec095e12c4230214d (commit)
      from  42a5a7952572019c06a8dddec9994cdbe54e0d4a (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 a6949cd6433d089e240c6bdec095e12c4230214d
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 8 13:57:53 2013 -0700

    [2836] editorial cleanup: removed an unnecessary semicolon.

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

Summary of changes:
 .../tests/memory/zone_data_updater_unittest.cc     |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc b/src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc
index 6f4b33d..f6e1e93 100644
--- a/src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc
+++ b/src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc
@@ -54,7 +54,7 @@ public:
     virtual SegmentPtr create() const = 0;
     // Clean-up after the test. Most of them will be just NOP (the default),
     // but the file-mapped one needs to remove the file.
-    virtual void cleanup() const {};
+    virtual void cleanup() const {}
 };
 
 ZoneNode*



More information about the bind10-changes mailing list