Index: src/compiler/change-lowering.h |
diff --git a/src/compiler/change-lowering.h b/src/compiler/change-lowering.h |
index 9f01febb9119ab8108ebe7244db55f3574b3a502..5d7ab41b833119f66c225bfff4723d55185909d6 100644 |
--- a/src/compiler/change-lowering.h |
+++ b/src/compiler/change-lowering.h |
@@ -26,8 +26,6 @@ class ChangeLowering FINAL : public Reducer { |
virtual Reduction Reduce(Node* node) OVERRIDE; |
private: |
- enum Signedness { kSigned, kUnsigned }; |
- |
Node* HeapNumberValueIndexConstant(); |
Node* SmiMaxValueConstant(); |
Node* SmiShiftBitsConstant(); |