mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
Remove debugging fluff.
This commit is contained in:
parent
1042e3f04c
commit
260331e622
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ proc genstrings {path} {
|
|||
puts -nonewline "char *ldaptclerrorcode\[\] = {
|
||||
NULL"
|
||||
while {[gets $fp line] != -1} {
|
||||
puts stderr $line
|
||||
if {[clength $line] == 0 || [ctype space $line]} continue
|
||||
if {[string match *typedef* $line]} break
|
||||
if {![string match #define* $line]} continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue