Index: src/assembler.h |
diff --git a/src/assembler.h b/src/assembler.h |
index 6c062622cc73cbf991a65458172f6654f33a01ca..22e56d48a1dc0419aa8564fa4f349491d7f72930 100644 |
--- a/src/assembler.h |
+++ b/src/assembler.h |
@@ -262,7 +262,6 @@ class RelocInfo BASE_EMBEDDED { |
CODE_TARGET, // Code target which is not any of the above. |
CODE_TARGET_WITH_ID, |
CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. |
- CODE_TARGET_CONTEXT, // Code target used for contextual loads and stores. |
DEBUG_BREAK, // Code target for the debugger statement. |
EMBEDDED_OBJECT, |
CELL, |