Skip to content
Snippets Groups Projects
Commit 260331e6 authored by Randy Kunkee's avatar Randy Kunkee
Browse files

Remove debugging fluff.

parent 1042e3f0
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment