From ea48794210037699bdde44014238c10c9968a72d Mon Sep 17 00:00:00 2001
From: Øyvind Harboe <oyvind.harboe@zylin.com>
Date: Fri, 10 Sep 2010 11:42:12 +0200
Subject: startup: removed capture_catch
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

not used.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
---
 src/helper/startup.tcl | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'src')

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
-}
-- 
cgit v1.2.3