Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 7a57448c444199d16f2a58bfe8564cd4d298998d..6163e1ef04637e7b5c66c3baaa7f9ba1eb142827 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -66,7 +66,6 @@ class HBasicBlock: public ZoneObject { |
HInstruction* first() const { return first_; } |
HInstruction* last() const { return last_; } |
void set_last(HInstruction* instr) { last_ = instr; } |
- HInstruction* GetLastInstruction(); |
HControlInstruction* end() const { return end_; } |
HLoopInformation* loop_information() const { return loop_information_; } |
const ZoneList<HBasicBlock*>* predecessors() const { return &predecessors_; } |