summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/const_value.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/const_value.stp')
-rw-r--r--testsuite/systemtap.base/const_value.stp1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/const_value.stp b/testsuite/systemtap.base/const_value.stp
index 109d3d46..7aded0f2 100644
--- a/testsuite/systemtap.base/const_value.stp
+++ b/testsuite/systemtap.base/const_value.stp
@@ -1,6 +1,5 @@
probe process("const_value.exe").mark("constvalues")
{
- printf("f: %s\n", usymname($f));
printf("i: %d\n", $baz->i);
printf("j: %d\n", $baz->j);
} \ No newline at end of file