Browse Source

[master] editorial: removed an unnecessary semicolon

commiting at my discretion.
JINMEI Tatuya 12 years ago
parent
commit
7800a308cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/lease_mgr.h

+ 1 - 1
src/lib/dhcpsrv/lease_mgr.h

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