startup: removed capture_catch
not used. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>__archive__
parent
1abc26d7a2
commit
ea48794210
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue