From ea48794210037699bdde44014238c10c9968a72d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Fri, 10 Sep 2010 11:42:12 +0200 Subject: [PATCH] startup: removed capture_catch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit not used. Signed-off-by: Øyvind Harboe --- src/helper/startup.tcl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index d1c73ef3f2..4c71a9a0f6 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -61,10 +61,3 @@ add_usage_text script "" ######### -# catch any exceptions, capture output and return output -proc capture_catch {a} { - catch { - capture {uplevel $a} - } result - return $result -} -- 2.30.2