diff options
author | Stan Cox <scox@redhat.com> | 2008-12-04 12:11:44 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-12-04 12:11:44 -0500 |
commit | 3e122bea3dd507d0d355e4dead7fcbd73b72c0d9 (patch) | |
tree | 9894f1b7ee11b90e65d31963c2a4bb54edc1622d /runtime/sduprobes.c | |
parent | 882f2f0d6f0680990be5debde222cfd326afe0b8 (diff) | |
download | systemtap-steved-3e122bea3dd507d0d355e4dead7fcbd73b72c0d9.tar.gz systemtap-steved-3e122bea3dd507d0d355e4dead7fcbd73b72c0d9.tar.xz systemtap-steved-3e122bea3dd507d0d355e4dead7fcbd73b72c0d9.zip |
Remove STAP_PROBE_START.
Diffstat (limited to 'runtime/sduprobes.c')
-rw-r--r-- | runtime/sduprobes.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/sduprobes.c b/runtime/sduprobes.c index 4bee3bd7..83bc8e72 100644 --- a/runtime/sduprobes.c +++ b/runtime/sduprobes.c @@ -9,14 +9,6 @@ #include <stddef.h> #define unused __attribute__ ((unused)) -int _stap_probe_sentinel = 0; - -void -_stap_probe_start() -{ - _stap_probe_sentinel = 1; -} - int _stap_probe_0 (char* probe unused) { |