summaryrefslogtreecommitdiff
path: root/src/jit/jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jit.h')
-rw-r--r--src/jit/jit.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/jit/jit.h b/src/jit/jit.h
index 5157d66e98..acc2c0d42b 100644
--- a/src/jit/jit.h
+++ b/src/jit/jit.h
@@ -596,19 +596,6 @@ const bool dspGCtbls = true;
#ifdef DEBUG
-struct JitOptions
-{
- const char* methodName; // Method to display output for
- const char* className; // Class to display output for
-
- double CGknob; // Tweakable knob for testing
- unsigned testMask; // Tweakable mask for testing
-
- JitOptions* lastDummyField; // Ensures instantiation uses right order of arguments
-};
-
-extern JitOptions jitOpts;
-
// Forward declarations for UninitializedWord and IsUninitialized are needed by alloc.h
template <typename T>
inline T UninitializedWord(Compiler* comp);