summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl4
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} {