summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 d853b33..be719d8 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;