Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 0153d62ed94a314fea2d245b74399880acacfede..59089e03d618efc5a0914e02e1ccb9aa06c4c58f 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -1174,16 +1174,6 @@ void Pipeline::AllocateRegisters(const RegisterConfiguration* config, |
} |
} |
- |
-void Pipeline::SetUp() { |
- InstructionOperand::SetUpCaches(); |
-} |
- |
- |
-void Pipeline::TearDown() { |
- InstructionOperand::TearDownCaches(); |
-} |
- |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |