summaryrefslogtreecommitdiff
path: root/tea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tea.cpp')
-rw-r--r--tea.cpp3
1 files changed, 0 insertions, 3 deletions
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<word32, BigEndian> Block;