2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[4027] removed an unused variable

(besides, this type of file-static definition is dangerious - it can lead to
static initialization fiasco).
This commit is contained in:
JINMEI Tatuya
2015-10-31 19:02:23 +09:00
parent 7709b15393
commit 47a7a6d11f

View 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 {