1
0
Fork 0

Remove comment

This commit is contained in:
peterbell10 2017-07-21 09:55:17 +01:00 committed by Tiger Wang
parent 502b726a7b
commit 7c687b77ee
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@
#define OBSOLETE __attribute__((deprecated))
// Some portability macros :)
#define FORMATSTRING(formatIndex, va_argsIndex) __attribute__((format (printf, formatIndex, va_argsIndex)))
#if defined(_WIN32)