summaryrefslogtreecommitdiffstats
path: root/testing/_057_caller_graphs.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/_057_caller_graphs.tcl')
-rw-r--r--testing/_057_caller_graphs.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/_057_caller_graphs.tcl b/testing/_057_caller_graphs.tcl
deleted file mode 100644
index 24b9c20..0000000
--- a/testing/_057_caller_graphs.tcl
+++ /dev/null
@@ -1,4 +0,0 @@
-proc inFileB args {
- array set info [info frame 0]; puts -nonewline ->$info(proc)
- inFileA
-}