Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3692922c090551f30b8596d0183591235c407c3c..831f985491ae23f494ae9d94c30de9cf0455ba31 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1332,7 +1332,6 @@ class MaybeObject BASE_EMBEDDED { |
"The instruction to patch should be an ori") \ |
V(kTheSourceAndDestinationAreTheSame, \ |
"The source and destination are the same") \ |
- V(kTheStackPointerIsNotAligned, "The stack pointer is not aligned.") \ |
V(kTheStackWasCorruptedByMacroAssemblerCall, \ |
"The stack was corrupted by MacroAssembler::Call()") \ |
V(kTooManyParametersLocals, "Too many parameters/locals") \ |