Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 1eb12953035604b4811d00075b782687a3470bc9..6cdd35422403715b6df782f2e1d00668f76ba978 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -567,9 +567,6 @@ struct AccessorDescriptor { |
#define HAS_SMI_TAG(value) \ |
((reinterpret_cast<intptr_t>(value) & kSmiTagMask) == kSmiTag) |
-#define HAS_FAILURE_TAG(value) \ |
- ((reinterpret_cast<intptr_t>(value) & kFailureTagMask) == kFailureTag) |
- |
// OBJECT_POINTER_ALIGN returns the value aligned as a HeapObject pointer |
#define OBJECT_POINTER_ALIGN(value) \ |
(((value) + kObjectAlignmentMask) & ~kObjectAlignmentMask) |