From 3e122bea3dd507d0d355e4dead7fcbd73b72c0d9 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 4 Dec 2008 12:11:44 -0500 Subject: Remove STAP_PROBE_START. --- testsuite/systemtap.base/static_uprobes.exp | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuite/systemtap.base') diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index eb878405..78641d3f 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -36,8 +36,6 @@ buz () main () { sleep(5); - STAP_PROBE_START(); - _stap_probe_start (); // in lieu of setting SYSTEM_SDT foo(); bar(2); baz(3,\"abc\"); -- cgit