From 1ee9d2d222d792233654b5da5054c031c4c9923b Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Mon, 13 Sep 2021 12:31:51 +0200 Subject: [PATCH] Apply misc-unused-alias-decls --- fairmq/shmem/Monitor.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/fairmq/shmem/Monitor.cxx b/fairmq/shmem/Monitor.cxx index 3c347c32..f49ec4a2 100644 --- a/fairmq/shmem/Monitor.cxx +++ b/fairmq/shmem/Monitor.cxx @@ -17,7 +17,6 @@ #include #include #include -#include #include #include @@ -41,7 +40,6 @@ namespace fs = ::boost::filesystem; using namespace std; using bie = ::boost::interprocess::interprocess_exception; namespace bipc = ::boost::interprocess; -namespace bpt = ::boost::posix_time; namespace {