summaryrefslogtreecommitdiff
path: root/idea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'idea.cpp')
-rw-r--r--idea.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/idea.cpp b/idea.cpp
index 96f946af..d0b8836f 100644
--- a/idea.cpp
+++ b/idea.cpp
@@ -7,9 +7,6 @@
NAMESPACE_BEGIN(CryptoPP)
-// Hack for OS X 10.5 ld, http://github.com/weidai11/cryptopp/issues/255
-static const size_t s_unused = IDEA::KEYLENGTH;
-
static const int IDEA_KEYLEN=(6*IDEA::ROUNDS+4); // key schedule length in # of word16s
#define low16(x) ((x)&0xffff) // compiler should be able to optimize this away if word is 16 bits