| Index: dart/lib/compiler/implementation/constants.dart
|
| diff --git a/dart/lib/compiler/implementation/constants.dart b/dart/lib/compiler/implementation/constants.dart
|
| index d5aff229d4454396e5f79fbeb10c6bd43c3c3f18..6c5ee532c6766dbaa64c7267e7896853ec3d45ee 100644
|
| --- a/dart/lib/compiler/implementation/constants.dart
|
| +++ b/dart/lib/compiler/implementation/constants.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;
|
| -
|
| abstract class ConstantVisitor<R> {
|
| R visitSentinel(SentinelConstant constant);
|
| R visitFunction(FunctionConstant constant);
|
|
|