summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-03 15:40:44 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-03 15:40:44 -0400
commitf2379159f8dbda5fba74fae3e72be1c67acc0054 (patch)
treedfeeb86e0594fb3f1e9d61b3a11a8af042afd893 /config.h
parent63dd0f5f5421f41ee6555237c859ace70d513b75 (diff)
downloadcryptopp-git-f2379159f8dbda5fba74fae3e72be1c67acc0054.tar.gz
Added COUNTOF to misc.h to count elements in an array (fails on pointers). Moved CRYPTOPP_UNUSED to misc.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index d853b330..be719d84 100644
--- a/config.h
+++ b/config.h
@@ -94,8 +94,6 @@
typedef unsigned char byte; // put in global namespace to avoid ambiguity with other byte typedefs
-#define CRYPTOPP_UNUSED(x) ((void)x) // cast to void. Portable way to suppress unused variable
-
NAMESPACE_BEGIN(CryptoPP)
typedef unsigned short word16;