summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorWill Cohen <wcohen@redhat.com>2010-02-17 13:06:51 -0500
committerJosh Stone <jistone@redhat.com>2010-03-17 11:59:21 -0700
commit28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 (patch)
treec93271c7f1ec61254ba638b68cd890e211d4daff /translate.cxx
parent56599746fbb2685925432511ead6fb1e379206e2 (diff)
downloadsystemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.gz
systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.xz
systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.zip
Remove the old performance monitoring code.
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/translate.cxx b/translate.cxx
index cb4988ee..c02c84a0 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -5343,9 +5343,6 @@ translate_pass (systemtap_session& s)
if (s.timing)
s.op->newline() << "#define STP_TIMING";
- if (s.perfmon)
- s.op->newline() << "#define STP_PERFMON";
-
s.op->newline() << "#include \"runtime.h\"";
s.op->newline() << "#include \"stack.c\"";
s.op->newline() << "#include \"stat.c\"";