diff options
Diffstat (limited to 'src/jit/nodeinfo.h')
-rw-r--r-- | src/jit/nodeinfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/nodeinfo.h b/src/jit/nodeinfo.h index 3f8532bd37..5f03da2776 100644 --- a/src/jit/nodeinfo.h +++ b/src/jit/nodeinfo.h @@ -32,7 +32,6 @@ public: regOptional = false; definesAnyRegisters = false; isInternalRegDelayFree = false; - isNoRegCompare = false; #ifdef DEBUG isInitialized = false; #endif @@ -145,9 +144,6 @@ public: // in which result is produced. unsigned char isInternalRegDelayFree : 1; - // True if this is a compare feeding a JTRUE that doesn't need to be generated into a register. - unsigned char isNoRegCompare : 1; - #ifdef DEBUG // isInitialized is set when the tree node is handled. unsigned char isInitialized : 1; |