summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/args.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/args.stp')
-rw-r--r--testsuite/systemtap.samples/args.stp9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/systemtap.samples/args.stp b/testsuite/systemtap.samples/args.stp
deleted file mode 100644
index 84b6080e..00000000
--- a/testsuite/systemtap.samples/args.stp
+++ /dev/null
@@ -1,9 +0,0 @@
-#! stap
-
-global foo, bar
-
-probe begin {
- printf("foo=%s bar=%d\n", foo, bar)
- exit ()
-}
-