Fix "explicit template specialization cannot have a storage class" on Aarch64 debug builds

pull/769/head
Jeffrey Walton 2018-12-26 13:32:26 -05:00
parent b9688ec5e6
commit d0245a4971
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 8 deletions

View File

@ -50,14 +50,6 @@
# include "ppc_simd.h"
#endif
#ifndef inline
# if defined(CRYPTOPP_DEBUG)
# define inline static
# else
# define inline inline
# endif
#endif
// Squash MS LNK4221 and libtool warnings
extern const char SPECK64_SIMD_FNAME[] = __FILE__;