startup: removed capture_catch

not used.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2010-09-10 11:42:12 +02:00
parent 1abc26d7a2
commit ea48794210
1 changed files with 0 additions and 7 deletions

View File

@ -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
}