Index: src/compiler/common-operator.cc |
diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc |
index b7c25a608aee86baff5d84165de9b99f0dbdadc7..2c7491751310c7c9d016b88540c1549f72cef0da 100644 |
--- a/src/compiler/common-operator.cc |
+++ b/src/compiler/common-operator.cc |
@@ -399,7 +399,6 @@ CACHED_OP_LIST(CACHED) |
const Operator* CommonOperatorBuilder::End(size_t control_input_count) { |
- DCHECK_NE(0u, control_input_count); // Disallow empty ends. |
switch (control_input_count) { |
#define CACHED_END(input_count) \ |
case input_count: \ |