From a9494f08acbb5f3a7d887b9591453d0801e41824 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 28 Apr 2008 12:57:23 -0400 Subject: cleanup: remove never-implemented runtime TEST_MODE compile flag --- translate.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'translate.cxx') 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"; -- cgit