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/ChangeLog | 4 ++++ testsuite/systemtap.base/static_uprobes.exp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index ea8caa37..2549e27a 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-04 Stan Cox + + * systemtap.base/static_uprobes.exp (STAP_PROBE_START): Remove. + 2008-12-03 Frank Ch. Eigler * systemtap.base/debugpath.exp: Correct test case for new -r behavior. 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