X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_lua.c;h=11ac001061733ecd396cc0277d358928d5143b0d;hb=d67f84e24b2520b5b1ccbbf1ff9d1f397e075417;hp=1f060f84e5001283f317b77e9cd318a5806ea266;hpb=7b8851b26928b609ce850e78c1eabb50ff319244;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"