From 5b96abbaa8e5dbd92a9db57eed3a61357c343caf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Dec 2021 02:53:04 +0200 Subject: [PATCH] Undeprecate linux_error.hpp (closes #77) --- include/boost/system/linux_error.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/system/linux_error.hpp b/include/boost/system/linux_error.hpp index 14fe57b..d02ce29 100644 --- a/include/boost/system/linux_error.hpp +++ b/include/boost/system/linux_error.hpp @@ -10,13 +10,6 @@ #ifndef BOOST_SYSTEM_LINUX_ERROR_HPP #define BOOST_SYSTEM_LINUX_ERROR_HPP -#include - -#if !defined(BOOST_ALLOW_DEPRECATED_HEADERS) - BOOST_PRAGMA_MESSAGE("This header is deprecated and is slated for removal." - " If you want it retained, please open an issue in github.com/boostorg/system.") -#endif - // This header is effectively empty for compiles on operating systems where // it is not applicable.