From 384c5fe974abe35ab11dce4446dc5eed86585a3b Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 7 Aug 2008 16:47:18 -0400 Subject: samples: separate into subdirectories by subsystem --- testsuite/systemtap.examples/helloworld.stp | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 testsuite/systemtap.examples/helloworld.stp (limited to 'testsuite/systemtap.examples/helloworld.stp') diff --git a/testsuite/systemtap.examples/helloworld.stp b/testsuite/systemtap.examples/helloworld.stp deleted file mode 100755 index efe45b79..00000000 --- a/testsuite/systemtap.examples/helloworld.stp +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/env stap -probe begin { println("hello world") exit () } -- cgit