From: JINMEI Tatuya Date: Sat, 31 Oct 2015 10:02:23 +0000 (+0900) Subject: [4027] removed an unused variable X-Git-Tag: trac4110_base~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a7a6d11f9a8567367e43ed180847e7b24b9848;p=thirdparty%2Fkea.git [4027] removed an unused variable (besides, this type of file-static definition is dangerious - it can lead to static initialization fiasco). --- diff --git a/src/lib/dhcp/pkt4o6.cc b/src/lib/dhcp/pkt4o6.cc index ca26cf98c1..2dd3d0ff25 100644 --- a/src/lib/dhcp/pkt4o6.cc +++ b/src/lib/dhcp/pkt4o6.cc @@ -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 {