From 63a32cea9a90eb6780a8f174cffbfcba5edc0e47 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 2 Jan 2021 22:16:39 +0200 Subject: [PATCH] Remove deprecation message from windows_error.hpp (closes #57) --- include/boost/system/windows_error.hpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/include/boost/system/windows_error.hpp b/include/boost/system/windows_error.hpp index cbbda87..73fba56 100644 --- a/include/boost/system/windows_error.hpp +++ b/include/boost/system/windows_error.hpp @@ -10,13 +10,6 @@ #ifndef BOOST_SYSTEM_WINDOWS_ERROR_HPP #define BOOST_SYSTEM_WINDOWS_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. @@ -25,16 +18,6 @@ #ifdef BOOST_WINDOWS_API #include - -//// Neither MinGW or Cygwin versions of winerror.h work if used alone, so on -//// either of those platforms include the full windows.h -// -//#if defined(__MINGW32__) || defined(__CYGWIN__) -//#include -//#else -//#include -//#endif - #include namespace boost