summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/testlog.stp
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-01-29 15:22:40 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-01-29 15:22:40 -0500
commitae7f749b222f23e3904dc79c4217f0070a05591c (patch)
tree690f491c3edcb2bc25d00eee9eaf4b17f3d53e58 /testsuite/systemtap.samples/testlog.stp
parentc5b08ee1ec3c731b85a3891c366527171bc56009 (diff)
downloadsystemtap-steved-ae7f749b222f23e3904dc79c4217f0070a05591c.tar.gz
systemtap-steved-ae7f749b222f23e3904dc79c4217f0070a05591c.tar.xz
systemtap-steved-ae7f749b222f23e3904dc79c4217f0070a05591c.zip
Remove uninteresting examples, args.stp, primes.stp, and testlog.stp.
Diffstat (limited to 'testsuite/systemtap.samples/testlog.stp')
-rw-r--r--testsuite/systemtap.samples/testlog.stp6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/systemtap.samples/testlog.stp b/testsuite/systemtap.samples/testlog.stp
deleted file mode 100644
index 5b702aa9..00000000
--- a/testsuite/systemtap.samples/testlog.stp
+++ /dev/null
@@ -1,6 +0,0 @@
-probe begin
-{
- printf("Hello");
- printf("World");
- printf("\n");
-}