Remove unused constant

This commit is contained in:
Rafal Kupiec 2018-07-12 15:24:01 +02:00
parent 74d8f3f190
commit 538ea8524a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 1 deletions

1
api.c
View File

@ -62,7 +62,6 @@ static struct Global_Data
0 0
}; };
#define PH7_LIB_MAGIC 0xEA1495BA #define PH7_LIB_MAGIC 0xEA1495BA
#define PH7_LIB_MISUSE (sMPGlobal.nMagic != PH7_LIB_MAGIC)
/* /*
* Supported threading level. * Supported threading level.
* These options have meaning only when the library is compiled with multi-threading * These options have meaning only when the library is compiled with multi-threading