From ae7f749b222f23e3904dc79c4217f0070a05591c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 29 Jan 2009 15:22:40 -0500 Subject: Remove uninteresting examples, args.stp, primes.stp, and testlog.stp. --- testsuite/systemtap.samples/args.stp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 testsuite/systemtap.samples/args.stp (limited to 'testsuite/systemtap.samples/args.stp') 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 () -} - -- cgit