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 1b812ec1..4ccf3bba 100644 --- a/translate.cxx +++ b/translate.cxx @@ -4496,9 +4496,6 @@ translate_pass (systemtap_session& s) { // This is at the very top of the file. - // XXX: the runtime uses #ifdef TEST_MODE to infer systemtap usage. - s.op->line() << "#define TEST_MODE 0\n"; - s.op->newline() << "#ifndef MAXNESTING"; s.op->newline() << "#define MAXNESTING 10"; s.op->newline() << "#endif"; |