| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 33688)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -1544,10 +1544,6 @@
|
| return kind() == RawFunction::kInvokeFieldDispatcher;
|
| }
|
|
|
| - bool IsInvokeClosureDispatcher() const {
|
| - return kind() == RawFunction::kInvokeClosureDispatcher;
|
| - }
|
| -
|
| // Returns true iff an implicit closure function has been created
|
| // for this function.
|
| bool HasImplicitClosureFunction() const {
|
| @@ -1600,7 +1596,6 @@
|
| case RawFunction::kMethodExtractor:
|
| case RawFunction::kNoSuchMethodDispatcher:
|
| case RawFunction::kInvokeFieldDispatcher:
|
| - case RawFunction::kInvokeClosureDispatcher:
|
| return true;
|
| case RawFunction::kClosureFunction:
|
| case RawFunction::kConstructor:
|
|
|