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) --- tea.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tea.cpp') diff --git a/tea.cpp b/tea.cpp index f1a82e8d..dba159f6 100644 --- a/tea.cpp +++ b/tea.cpp @@ -6,9 +6,6 @@ NAMESPACE_BEGIN(CryptoPP) -// Hack for OS X 10.5 ld, http://github.com/weidai11/cryptopp/issues/255 -static const size_t s_unused = TEA::KEYLENGTH; - static const word32 DELTA = 0x9e3779b9; typedef BlockGetAndPut Block; -- cgit v1.2.1