From 538ea8524acd6bd71205cab1268528c7c6861b5d Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jul 2018 15:24:01 +0200 Subject: [PATCH] Remove unused constant --- api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/api.c b/api.c index 7b91a46..8eff786 100644 --- a/api.c +++ b/api.c @@ -62,7 +62,6 @@ static struct Global_Data 0 }; #define PH7_LIB_MAGIC 0xEA1495BA -#define PH7_LIB_MISUSE (sMPGlobal.nMagic != PH7_LIB_MAGIC) /* * Supported threading level. * These options have meaning only when the library is compiled with multi-threading