]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] editorial: removed an unnecessary semicolon
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 14 Jan 2013 17:03:06 +0000 (09:03 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 14 Jan 2013 17:03:06 +0000 (09:03 -0800)
commiting at my discretion.

src/lib/dhcpsrv/lease_mgr.h

index 913a70741c7ebab13bf7bff1428505579a5c2216..f781576f9d43b5e5582030f54fbb272f070f5570 100644 (file)
@@ -117,7 +117,7 @@ struct Lease {
     Lease(const isc::asiolink::IOAddress& addr, uint32_t t1, uint32_t t2,
           uint32_t valid_lft, SubnetID subnet_id, time_t cltt);
 
-    virtual ~Lease() {};
+    virtual ~Lease() {}
 
     /// @brief IPv4 ot IPv6 address
     ///