Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 5edd044c66a768f43038d9f62f4e371acaaef6a8..a03b6ccf683202366b85af41a92ec0f7aaaa915a 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -75,7 +75,6 @@ namespace internal { |
V(kExpectedPositiveZero, "Expected +0.0") \ |
V(kExpectedNewSpaceObject, "Expected new space object") \ |
V(kExpectedUndefinedOrCell, "Expected undefined or cell in register") \ |
- V(kExpectingAlignmentForCopyBytes, "Expecting alignment for CopyBytes") \ |
V(kExternalStringExpectedButNotFound, \ |
"External string expected, but not found") \ |
V(kForInStatementWithNonLocalEachVariable, \ |