diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-04-28 14:11:03 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-04-28 14:11:03 -0400 |
commit | b167928be06ff251ff9a6f2f0c528dd3ece527df (patch) | |
tree | d396f99c34b6d40be4005da1b68af379daae168b /runtime/runtime.h | |
parent | 342aedf25840cd4303aa63f69aeaa78263ce9d74 (diff) | |
parent | a9494f08acbb5f3a7d887b9591453d0801e41824 (diff) | |
download | systemtap-steved-b167928be06ff251ff9a6f2f0c528dd3ece527df.tar.gz systemtap-steved-b167928be06ff251ff9a6f2f0c528dd3ece527df.tar.xz systemtap-steved-b167928be06ff251ff9a6f2f0c528dd3ece527df.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into pr6429-comp-unwindsyms
* 'master' of ssh://sources.redhat.com/git/systemtap:
cleanup: remove never-implemented runtime TEST_MODE compile flag
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 8 |
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 |