Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 2e02808d9621fe78f380863bd466e40854b25002..cd736743838130b6ae3f63f24a02fb04e7e0d466 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -156,12 +156,6 @@ namespace internal { |
V(kMapBecameDeprecated, "Map became deprecated") \ |
V(kMapBecameUnstable, "Map became unstable") \ |
V(kMapIsNoLongerInEax, "Map is no longer in eax") \ |
- V(kModuleDeclaration, "Module declaration") \ |
- V(kModuleLiteral, "Module literal") \ |
- V(kModulePath, "Module path") \ |
- V(kModuleStatement, "Module statement") \ |
- V(kModuleVariable, "Module variable") \ |
- V(kModuleUrl, "Module url") \ |
V(kNativeFunctionLiteral, "Native function literal") \ |
V(kNeedSmiLiteral, "Need a Smi literal here") \ |
V(kNoCasesLeft, "No cases left") \ |