| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 7960)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -45,16 +45,6 @@
|
| }
|
|
|
|
|
| -// ==== Per-instruction input counts.
|
| -intptr_t AssertAssignableComp::InputCount() const {
|
| - // Value and optional instantiator and instantiator type arguments.
|
| - intptr_t count = 1;
|
| - if (instantiator() != NULL) count++;
|
| - if (instantiator_type_arguments() != NULL) count++;
|
| - return count;
|
| -}
|
| -
|
| -
|
| intptr_t InstanceOfComp::InputCount() const {
|
| // Value and optional instantiator and instantiator type_arguments.
|
| intptr_t count = 1;
|
|
|