summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-28 12:57:23 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-28 12:57:23 -0400
commita9494f08acbb5f3a7d887b9591453d0801e41824 (patch)
treebfc270f0c7eca1cc5c297f9f540f9125788d761f /translate.cxx
parent9915575b17cdf08dc523f927e424d3982d4ed787 (diff)
downloadsystemtap-steved-a9494f08acbb5f3a7d887b9591453d0801e41824.tar.gz
systemtap-steved-a9494f08acbb5f3a7d887b9591453d0801e41824.tar.xz
systemtap-steved-a9494f08acbb5f3a7d887b9591453d0801e41824.zip
cleanup: remove never-implemented runtime TEST_MODE compile flag
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 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";