Index: src/compiler/register-allocator.h |
diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h |
index 881ce37f7d590e2fc2983e4f5388397357797d73..8a99e6f6347851236526b52dc7f1c8e7265c63d3 100644 |
--- a/src/compiler/register-allocator.h |
+++ b/src/compiler/register-allocator.h |
@@ -391,7 +391,6 @@ class RegisterAllocator BASE_EMBEDDED { |
void MeetRegisterConstraints(BasicBlock* block); |
void MeetConstraintsBetween(Instruction* first, Instruction* second, |
int gap_index); |
- void MeetRegisterConstraintsForLastInstructionInBlock(BasicBlock* block); |
void ResolvePhis(BasicBlock* block); |
// Helper methods for building intervals. |