Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index 7e73db269b61227622a9f696a42016a73442139f..47571d49bcdcdc489a54eb8d05e258c90fe88ecc 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -31,7 +31,6 @@ class JSTypedLowering FINAL : public Reducer { |
friend class JSBinopReduction; |
Reduction ReplaceEagerly(Node* old, Node* node); |
- Reduction ReplaceWith(Node* node) { return Reducer::Replace(node); } |
Benedikt Meurer
2014/12/09 06:47:27
This is drive-by-cleanup.
|
Reduction ReduceJSAdd(Node* node); |
Reduction ReduceJSBitwiseOr(Node* node); |
Reduction ReduceJSMultiply(Node* node); |