]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4027] removed an unused variable
authorJINMEI Tatuya <jinmei@wide.ad.jp>
Sat, 31 Oct 2015 10:02:23 +0000 (19:02 +0900)
committerJINMEI Tatuya <jinmei@wide.ad.jp>
Sat, 31 Oct 2015 10:02:23 +0000 (19:02 +0900)
(besides, this type of file-static definition is dangerious - it can lead to
static initialization fiasco).

src/lib/dhcp/pkt4o6.cc

index ca26cf98c1c2a5404f1d0fb2ac4701da04d322e4..2dd3d0ff255e63373a71962572158be74076d324 100644 (file)
@@ -25,12 +25,6 @@ using namespace isc::dhcp;
 using namespace isc::util;
 using namespace std;
 
-namespace {
-
-/// @brief Default address used in Pkt4 constructor
-const IOAddress DEFAULT_ADDRESS("0.0.0.0");
-}
-
 namespace isc {
 namespace dhcp {