]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2836] editorial cleanup: removed an unnecessary semicolon.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 8 May 2013 20:57:53 +0000 (13:57 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 8 May 2013 20:57:53 +0000 (13:57 -0700)
src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

index 6f4b33d8ec420893bfb6d05ab36677f0229b534b..f6e1e93198f20e5a66c2a939a65a8959769faff8 100644 (file)
@@ -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*