diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/genStubs.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/genStubs.tcl b/tools/genStubs.tcl index 6e49519..6ce4243 100644 --- a/tools/genStubs.tcl +++ b/tools/genStubs.tcl @@ -1135,7 +1135,6 @@ proc genStubs::init {} { variable outDir variable interfaces -variable scspec if {[llength $argv] < 2} { puts stderr "usage: $argv0 outDir declFile ?declFile...?" exit 1 |