Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 84d0c7c11033b9216338c26b84d7e20637bd049a..daaa1ff0131eaf70dff24239cf25a41b17dd0bc7 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -11485,11 +11485,6 @@ void HOptimizedGraphBuilder::VisitModuleLiteral(ModuleLiteral* module) { |
} |
-void HOptimizedGraphBuilder::VisitModuleVariable(ModuleVariable* module) { |
- UNREACHABLE(); |
-} |
- |
- |
void HOptimizedGraphBuilder::VisitModulePath(ModulePath* module) { |
UNREACHABLE(); |
} |