Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index cf60e18caeb6c6ca9367d8df155a1f76a2b46b1a..5d8864eea7d006197a54c19d6e44b6f7cbf2dd62 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -1505,8 +1505,6 @@ |
void ValidateDeferredBlockEntryPaths() const; |
void ValidateSSA() const; |
- const RegisterConfiguration* GetRegisterConfigurationForTesting(); |
- |
private: |
friend V8_EXPORT_PRIVATE std::ostream& operator<<( |
std::ostream& os, const PrintableInstructionSequence& code); |