Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index b71b832b88b92493a953a6ff55356380d568ddc1..bb889289fc9df3b5e69aec0f2fd1edd648875602 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -89,7 +89,6 @@ namespace internal { |
V(kGraphBuildingFailed, "Optimized graph construction failed") \ |
V(kHeapNumberMapRegisterClobbered, "HeapNumberMap register clobbered") \ |
V(kHydrogenFilter, "Optimization disabled by filter") \ |
- V(kImportDeclaration, "Import declaration") \ |
V(kIndexIsNegative, "Index is negative") \ |
V(kIndexIsTooLarge, "Index is too large") \ |
V(kInliningBailedOut, "Inlining bailed out") \ |