summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/io/traceio2.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/io/traceio2.stp')
-rwxr-xr-xtestsuite/systemtap.examples/io/traceio2.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/traceio2.stp b/testsuite/systemtap.examples/io/traceio2.stp
index 1abea45d..797f3062 100755
--- a/testsuite/systemtap.examples/io/traceio2.stp
+++ b/testsuite/systemtap.examples/io/traceio2.stp
@@ -1,6 +1,6 @@
#! /usr/bin/env stap
-global device_of_interest, dev
+global device_of_interest
probe begin {
/* The following is not the most efficient way to do this.