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:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user