summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/channels.h b/channels.h
index 9af4b461..deacca0d 100644
--- a/channels.h
+++ b/channels.h
@@ -12,11 +12,6 @@
#include "smartptr.h"
#include "stdcpp.h"
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(push)
-# pragma warning(disable: 4355)
-#endif
-
NAMESPACE_BEGIN(CryptoPP)
#if 0
@@ -136,8 +131,4 @@ private:
NAMESPACE_END
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(pop)
-#endif
-
#endif