From 0f5f1a96f4d9b1bd279e3cff4e33c33c018d9969 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 22 Oct 2017 19:37:12 +0000 Subject: Remove loldebugs --- src/mdevd/mdevd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mdevd/mdevd.c b/src/mdevd/mdevd.c index 73cd713..3df038a 100644 --- a/src/mdevd/mdevd.c +++ b/src/mdevd/mdevd.c @@ -31,7 +31,6 @@ #include #include #include -#include #include "mdevd.h" #define USAGE "mdevd [ -v verbosity ] [ -f conffile ] [ -n ] [ -s slashsys ] [ -d slashdev ]" @@ -269,7 +268,6 @@ static inline void script_secondpass (char *s, scriptelem *script, struct envmat uint32_t state = 0 ; unsigned short i = 0 ; /* current scriptelem index */ unsigned short j = 0 ; /* current envmatch index */ - LOLDEBUG("in script_secondpass") ; while (state < 0x1e) { uint32_t what = table[state][secondpass_cclass(s[pos])] ; @@ -972,7 +970,6 @@ int main (int argc, char const *const *argv) scriptelem script[scriptlen + 1] ; memset(script, 0, scriptlen * sizeof(scriptelem)) ; script[scriptlen++] = scriptelem_catchall ; - LOLDEBUG("before script_secondpass: len: %lld scriptlen: %hu envmatchlen: %hu sizeof(scriptelem): %llu", len, scriptlen, envmatchlen, sizeof(scriptelem)) ; script_secondpass(buf, script, envmatch) ; while (cont || pid) { -- cgit v1.2.3