Skip to content

Commit 6642722

Browse files
author
raw
committed
removed leftover debugging statement
* modified: preg_utils.c
1 parent 981b3fc commit 6642722

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

preg_utils.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ void pregSetLimits(pcre_extra *extra)
127127
#ifndef GH_PREG_NO_MYSQL
128128
extern unsigned long my_thread_stack_size;
129129
thread_stack_size = my_thread_stack_size ;
130-
//ghlogprintf( "stack_size %d\n",thread_stack_size) ;
131130
#endif
132131

133132
if( !thread_stack_size ) {
@@ -143,7 +142,6 @@ void pregSetLimits(pcre_extra *extra)
143142
// And assume a current usage of 25% (_wild_ guess!)
144143
thread_stack_avail = thread_stack_size*0.75;
145144
}
146-
ghlogprintf( "thread_stack_avaid333333 %d\n",thread_stack_avail ) ;
147145

148146

149147
// PCRE >= 8.30 has a magic call preg_exec(NULL, NULL, NULL, -1, ....) to determine the stack requirements

0 commit comments

Comments
 (0)