diff options
author | Will Cohen <wcohen@redhat.com> | 2010-02-17 13:06:51 -0500 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2010-03-17 11:59:21 -0700 |
commit | 28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 (patch) | |
tree | c93271c7f1ec61254ba638b68cd890e211d4daff /elaborate.cxx | |
parent | 56599746fbb2685925432511ead6fb1e379206e2 (diff) | |
download | systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.gz systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.xz systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.zip |
Remove the old performance monitoring code.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 3a0e6dd9..f656ff92 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1548,7 +1548,6 @@ systemtap_session::systemtap_session (): mark_derived_probes(0), tracepoint_derived_probes(0), hrtimer_derived_probes(0), - perfmon_derived_probes(0), procfs_derived_probes(0), op (0), up (0), sym_kprobes_text_start (0), |