diff options
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/dpdk_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/tests/dpdk_test.cpp b/host/tests/dpdk_test.cpp index df4717154..c32e47824 100644 --- a/host/tests/dpdk_test.cpp +++ b/host/tests/dpdk_test.cpp @@ -17,14 +17,11 @@ #include <sys/time.h> #include <unistd.h> #include <boost/program_options.hpp> -#include <boost/regex.hpp> #include <cstdbool> #include <cstdio> #include <cstring> #include <iostream> -static const boost::regex colons(":"); - namespace po = boost::program_options; namespace { |