diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/startup.tcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index fc84943a..845198ad 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -61,10 +61,6 @@ proc unknown {args} { return -code error "Unknown command: $args" } -proc new_target_name { } { - return [target number [expr [target count] - 1 ]] -} - # Try flipping / and \ to find file if the filename does not # match the precise spelling proc find {filename} { |