| Index: pkg/analyzer/tool/summary/idl.dart
|
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
|
| index cb2ee1d5e2a8a94c32850a16190a733377da995d..fdd3637b5e8801be49f26225bbf83b7003ae8e4d 100644
|
| --- a/pkg/analyzer/tool/summary/idl.dart
|
| +++ b/pkg/analyzer/tool/summary/idl.dart
|
| @@ -500,12 +500,6 @@ class UnlinkedConst {
|
| */
|
| enum UnlinkedConstOperation {
|
| /**
|
| - * Push the value of the n-th constructor argument (where n is obtained from
|
| - * [UnlinkedConst.ints]) onto the stack.
|
| - */
|
| - pushArgument,
|
| -
|
| - /**
|
| * Push the next value from [UnlinkedConst.ints] (a 32-bit unsigned integer)
|
| * onto the stack.
|
| *
|
|
|