From 3047581c75863d9fa8750926ed4d304ccdbf04d6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 27 Aug 2020 01:06:54 +0300 Subject: [PATCH] Remove generic_category_impl.hpp --- .../system/detail/generic_category_impl.hpp | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 include/boost/system/detail/generic_category_impl.hpp diff --git a/include/boost/system/detail/generic_category_impl.hpp b/include/boost/system/detail/generic_category_impl.hpp deleted file mode 100644 index 17bec40..0000000 --- a/include/boost/system/detail/generic_category_impl.hpp +++ /dev/null @@ -1,25 +0,0 @@ -// Implementation details of generic_error_category -// -// Copyright 2018 Peter Dimov -// -// Distributed under the Boost Software License, Version 1.0. (See accompanying -// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// -// See library home page at http://www.boost.org/libs/system - -#include - -namespace boost -{ - -namespace system -{ - -namespace detail -{ - -} // namespace detail - -} // namespace system - -} // namespace boost