| Index: pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder_kernel.dart b/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| index 29efea4b5fe03ec9dde95df1ff3453ffbe707d70..9eed251738e2a1a60f7453d2e3e6e62a19e6f78c 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder_kernel.dart
|
| @@ -221,11 +221,6 @@ class KernelSsaGraphBuilder extends ir.Visitor with GraphBuilder {
|
| });
|
| }
|
|
|
| - /// Comparator for the canonical order or named arguments.
|
| - int namedOrdering(ir.VariableDeclaration a, ir.VariableDeclaration b) {
|
| - return a.name.compareTo(b.name);
|
| - }
|
| -
|
| /// Builds a generative constructor.
|
| ///
|
| /// Generative constructors are built in stages, in effect inlining the
|
|
|