diff --git a/stepmania/src/crypto51/modes.cpp b/stepmania/src/crypto51/modes.cpp index b0c9fb96a4..86f5650e29 100644 --- a/stepmania/src/crypto51/modes.cpp +++ b/stepmania/src/crypto51/modes.cpp @@ -3,19 +3,10 @@ #include "pch.h" #include "modes.h" -#include "des.h" - #include "strciphr.cpp" NAMESPACE_BEGIN(CryptoPP) -void Modes_TestInstantiations() -{ - CFB_Mode::Encryption m0; - CFB_Mode::Decryption m1; - CBC_Mode::Encryption m5; -} - // explicit instantiations for Darwin gcc-932.1 template class CFB_CipherTemplate >; template class CFB_EncryptionTemplate<>;