Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 7e698ce65396fc156b2755678804e724621e25f8..8597f45881f17b9cc167ce7603a32ec096d584e1 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -497,7 +497,6 @@ class JSOperatorBuilder final : public ZoneObject { |
const Operator* Modulus(LanguageMode language_mode, |
BinaryOperationHints hints); |
- const Operator* UnaryNot(); |
const Operator* ToBoolean(); |
const Operator* ToNumber(); |
const Operator* ToString(); |