diff options
-rw-r--r-- | src/helper/startup.tcl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index d1c73ef3..4c71a9a0 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -61,10 +61,3 @@ add_usage_text script "<file>" ######### -# catch any exceptions, capture output and return output -proc capture_catch {a} { - catch { - capture {uplevel $a} - } result - return $result -} |