From a62aee441fabfda28d581cee45d8ad0e6e812342 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 6 Sep 2016 04:04:03 -0400 Subject: Backed out use of "static const" to declare constant; switch to "enum" (Issue 255) --- wake.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'wake.cpp') diff --git a/wake.cpp b/wake.cpp index 4725947f..888b2e09 100644 --- a/wake.cpp +++ b/wake.cpp @@ -15,9 +15,6 @@ void WAKE_TestInstantiations() } #endif -// Hack for OS X 10.5 ld, http://github.com/weidai11/cryptopp/issues/255 -static const size_t s_unused = WAKE_OFB<>::KEYLENGTH; - inline word32 WAKE_Base::M(word32 x, word32 y) { word32 w = x+y; -- cgit v1.2.1