mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
startup: removed capture_catch
not used. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user