From: Randy Kunkee Date: Thu, 2 May 2002 08:14:41 +0000 (+0000) Subject: Import change from head. X-Git-Tag: OPENLDAP_REL_ENG_2_0_24~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ead81212645ae12846025535c803a39ab9e8373;p=openldap Import change from head. --- diff --git a/contrib/ldaptcl/ldaperr.tcl b/contrib/ldaptcl/ldaperr.tcl index 84bba4e440..e9f85683eb 100644 --- a/contrib/ldaptcl/ldaperr.tcl +++ b/contrib/ldaptcl/ldaperr.tcl @@ -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