Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index c06f35d022b240d4e5a7a4bcb8eb61b78f60d2c7..8999a641485b65b15badc8f7e13c601c85a67a8a 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -51,14 +51,6 @@ ConvertReceiverMode ConvertReceiverModeOf(Operator const* op); |
ToBooleanHints ToBooleanHintsOf(Operator const* op); |
-// Defines whether tail call optimization is allowed. |
-enum class TailCallMode : unsigned { kAllow, kDisallow }; |
- |
-size_t hash_value(TailCallMode); |
- |
-std::ostream& operator<<(std::ostream&, TailCallMode); |
- |
- |
// Defines the language mode and hints for a JavaScript binary operations. |
// This is used as parameter by JSAdd, JSSubtract, etc. operators. |
class BinaryOperationParameters final { |