Browse Source

[2836] editorial cleanup: removed an unnecessary semicolon.

JINMEI Tatuya 12 years ago
parent
commit
a6949cd643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

+ 1 - 1
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*