X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_lua.c;fp=src%2Futils_lua.c;h=11ac001061733ecd396cc0277d358928d5143b0d;hb=fa36b45bfafec663e49639d40f4671e018e7ee10;hp=1f060f84e5001283f317b77e9cd318a5806ea266;hpb=2a723c6ba214cbf2ebe2a6f3ed856ab5d5805309;p=collectd.git diff --git a/src/utils_lua.c b/src/utils_lua.c index 1f060f84..11ac0010 100644 --- a/src/utils_lua.c +++ b/src/utils_lua.c @@ -24,10 +24,6 @@ * Florian Forster **/ -/* defines a macro using "sprintf". Although not used here, - * GCC will complain about the macro definition. */ -#define DONT_POISON_SPRINTF_YET - #include "common.h" #include "utils_lua.h"