summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-22 19:37:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-22 19:37:12 +0000
commit0f5f1a96f4d9b1bd279e3cff4e33c33c018d9969 (patch)
treedf1c344e6257f56879247f38e8c11dc49571eb3c /src
parent43fde31778fc0c00efee7e9450bb2b47f868569e (diff)
downloadmdevd-0f5f1a96f4d9b1bd279e3cff4e33c33c018d9969.tar.xz
Remove loldebugs
Diffstat (limited to 'src')
-rw-r--r--src/mdevd/mdevd.c3
1 files changed, 0 insertions, 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 <skalibs/skamisc.h>
#include <skalibs/surf.h>
#include <skalibs/random.h>
-#include <skalibs/lolstdio.h>
#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)
{