From: JINMEI Tatuya Date: Wed, 8 May 2013 20:57:53 +0000 (-0700) Subject: [2836] editorial cleanup: removed an unnecessary semicolon. X-Git-Tag: bind10-1.2.0beta1-release~457^2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6949cd6433d089e240c6bdec095e12c4230214d;p=thirdparty%2Fkea.git [2836] editorial cleanup: removed an unnecessary semicolon. --- 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 6f4b33d8ec..f6e1e93198 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*