summaryrefslogtreecommitdiff
path: root/rdtables.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-03 05:05:56 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-03 05:05:56 -0500
commitba75834ae9b3846a19291c8c281626dd0a891779 (patch)
tree85c0492501a0f44c640120e9cacc740354824a47 /rdtables.cpp
parentbded4d385fcb74c517e35bf252ac8c6d60a0599f (diff)
downloadcryptopp-git-ba75834ae9b3846a19291c8c281626dd0a891779.tar.gz
Removed VC++ 5.0 and 6.0 workarounds (Issue 342)
Diffstat (limited to 'rdtables.cpp')
-rw-r--r--rdtables.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/rdtables.cpp b/rdtables.cpp
index 870f6480..8b2cea5b 100644
--- a/rdtables.cpp
+++ b/rdtables.cpp
@@ -6,13 +6,6 @@
#include "rijndael.h"
-// VC60 workaround: gives a C4786 warning without this function
-// when runtime lib is set to multithread debug DLL
-// even though warning 4786 is disabled!
-void Rijndael_VC60Workaround()
-{
-}
-
NAMESPACE_BEGIN(CryptoPP)
/*