xxtea: remove unused global

This commit is contained in:
Danny Robson 2017-01-27 14:57:39 +11:00
parent 90621ca7f8
commit 0c4fe21f97

View File

@ -25,7 +25,6 @@ using util::crypto::XXTEA;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
static const uint32_t MAGIC = 0x9E3779B9; static const uint32_t MAGIC = 0x9E3779B9;
static const unsigned ITERATIONS = 32; // each iteration performs two feistel rounds
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------