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