summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
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 /runtime/runtime.h
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 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 50eb9d31..2711f531 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -58,14 +58,6 @@ static struct
#define _stp_seq_inc() (atomic_inc_return(&_stp_seq.seq))
-/* TEST_MODE is always defined by systemtap */
-#ifdef TEST_MODE
-#define SYSTEMTAP 1
-#else
-#define MAXTRYLOCK 1000
-#define TRYLOCKDELAY 100
-#endif
-
#ifndef MAXSTRINGLEN
#define MAXSTRINGLEN 128
#endif