summaryrefslogtreecommitdiffstats
path: root/qtools/qregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qregexp.cpp')
-rw-r--r--qtools/qregexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qregexp.cpp b/qtools/qregexp.cpp
index b151558..2b3770c 100644
--- a/qtools/qregexp.cpp
+++ b/qtools/qregexp.cpp
@@ -826,7 +826,7 @@ static uint char_val( const char **str, uint *strlength ) // get char value
}
-#if defined(DEBUG)
+#if 0 //defined(DEBUG)
static uint *dump( uint *p )
{
while ( *p != END ) {