summaryrefslogtreecommitdiffstats
path: root/testsuite/lib/systemtap.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/systemtap.exp')
-rw-r--r--testsuite/lib/systemtap.exp5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp
index 74fcc7af..0f6a69dd 100644
--- a/testsuite/lib/systemtap.exp
+++ b/testsuite/lib/systemtap.exp
@@ -129,8 +129,3 @@ proc as_root { command } {
verbose -log "RC $res"
return $res
}
-
-proc closewait { args } {
- catch { if {"$args" == "" } then { close -slave } else { eval "close $args" } }
- catch { wait }
-}