]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Remove old commented out code.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 26 Dec 2014 14:10:57 +0000 (15:10 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 26 Dec 2014 14:10:57 +0000 (15:10 +0100)
util.c

diff --git a/util.c b/util.c
index fac7600325b48b981a68d0b7896b5ac0085d8215..32adf30b643d6e031f68d61341b5363ff4f234d3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -94,7 +94,6 @@ int getword(char *word, int limit, struct getwordstruct *gwarea, char stop)
                        debuga(_("Line=\"%s\"\n"),gwarea->beginning);
                        debuga(_("Record=\"%s\"\n"),gwarea->current);
                        debuga(_("searching for \'x%x\'\n"),stop);
-                       //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n"));
                        word[(limit>0) ? limit-1 : 0]='\0';
 #if USE_GETWORD_BACKTRACE
                        getword_backtrace();
@@ -137,7 +136,6 @@ int getword_multisep(char *word, int limit, struct getwordstruct *gwarea, char s
                        debuga(_("Line=\"%s\"\n"),gwarea->beginning);
                        debuga(_("Record=\"%s\"\n"),gwarea->current);
                        debuga(_("searching for \'x%x\'\n"),stop);
-                       //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n"));
                        if (limit>0) word[limit-1]='\0';
 #if USE_GETWORD_BACKTRACE
                        getword_backtrace();
@@ -166,7 +164,6 @@ int getword_skip(int limit, struct getwordstruct *gwarea, char stop)
                        debuga(_("Line=\"%s\"\n"),gwarea->beginning);
                        debuga(_("Record=\"%s\"\n"),gwarea->current);
                        debuga(_("searching for \'x%x\'\n"),stop);
-                       //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n"));
 #if USE_GETWORD_BACKTRACE
                        getword_backtrace();
 #endif
@@ -210,7 +207,6 @@ int getword_atoll(long long int *number, struct getwordstruct *gwarea, char stop
                debuga(_("Line=\"%s\"\n"),gwarea->beginning);
                debuga(_("Record=\"%s\"\n"),gwarea->current);
                debuga(_("searching for \'x%x\'\n"),stop);
-               //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n"));
 #if USE_GETWORD_BACKTRACE
                getword_backtrace();
 #endif
@@ -254,7 +250,6 @@ int getword_atoi(int *number, struct getwordstruct *gwarea, char stop)
                debuga(_("Line=\"%s\"\n"),gwarea->beginning);
                debuga(_("Record=\"%s\"\n"),gwarea->current);
                debuga(_("searching for \'x%x\'\n"),stop);
-               //debuga(_("Maybe you have a broken record or garbage in your access.log file.\n"));
 #if USE_GETWORD_BACKTRACE
                getword_backtrace();
 #endif