From: Aki Tuomi Date: Tue, 24 Feb 2015 08:32:47 +0000 (+0200) Subject: Remove undef VERSION as it's not really needed X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~113^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2252%2Fhead;p=thirdparty%2Fpdns.git Remove undef VERSION as it's not really needed --- diff --git a/modules/luabackend/luabackend.hh b/modules/luabackend/luabackend.hh index ea0275f948..8054ff374f 100644 --- a/modules/luabackend/luabackend.hh +++ b/modules/luabackend/luabackend.hh @@ -11,7 +11,6 @@ #include "pdns/dnsbackend.hh" -#undef VERSION #include using std::string;