From 28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 17 Feb 2010 13:06:51 -0500 Subject: Remove the old performance monitoring code. --- translate.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'translate.cxx') 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\""; -- cgit