]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3605] Remove unused chrono
authorAndrei Pavel <andrei@isc.org>
Wed, 23 Oct 2024 16:58:41 +0000 (19:58 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 23 Oct 2024 19:50:24 +0000 (19:50 +0000)
src/bin/dhcp4/dhcp4_srv.cc

index c5e65061c62b784397256874fd3c3d644d3c39d1..4bde014990ed6de6d1a6d44814805a24c1734420 100644 (file)
@@ -67,7 +67,6 @@
 #include <boost/shared_ptr.hpp>
 
 
-#include <chrono>
 #include <functional>
 #include <iomanip>
 #include <set>
@@ -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 {