diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 3 |
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\""; |