From: Andrei Pavel Date: Wed, 23 Oct 2024 16:58:41 +0000 (+0300) Subject: [#3605] Remove unused chrono X-Git-Tag: Kea-2.7.4~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18fa75bcfdd44e7fdf840d4bd85b24190685dae;p=thirdparty%2Fkea.git [#3605] Remove unused chrono --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index c5e65061c6..4bde014990 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -67,7 +67,6 @@ #include -#include #include #include #include @@ -85,7 +84,6 @@ using namespace isc::log::interprocess; using namespace isc::stats; using namespace isc::util; using namespace std; -using namespace std::chrono_literals; namespace ph = std::placeholders; namespace {