From 47cb10217a7bc4b97fa169a821db05f40bc2e51d Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Sat, 21 Nov 2009 19:41:21 -0800 Subject: improve startup tcl scripts Fix a couple of layering violations missed in the last round. Add missing comment headers. --- src/helper/startup.tcl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/helper/startup.tcl') 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} { -- cgit v1.2.3