| Index: dart/lib/compiler/implementation/constant_system_dart.dart
|
| diff --git a/dart/lib/compiler/implementation/constant_system_dart.dart b/dart/lib/compiler/implementation/constant_system_dart.dart
|
| index ad01e99dfc57be5f320426a81ac7caa0e3b702b7..ee38d710f5a3604f6b6c1e64f459e2d4ae0321e5 100644
|
| --- a/dart/lib/compiler/implementation/constant_system_dart.dart
|
| +++ b/dart/lib/compiler/implementation/constant_system_dart.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart2js;
|
| -
|
| const DART_CONSTANT_SYSTEM = const DartConstantSystem();
|
|
|
| class BitNotOperation implements UnaryOperation {
|
|
|