| Index: pkg/polymer/example/canonicalization3/lib/b.dart
|
| diff --git a/pkg/polymer/example/canonicalization3/lib/b.dart b/pkg/polymer/example/canonicalization3/lib/b.dart
|
| deleted file mode 100644
|
| index fbdccf604595572141e69ad29d5183be5b811b4f..0000000000000000000000000000000000000000
|
| --- a/pkg/polymer/example/canonicalization3/lib/b.dart
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -
|
| -library canonicalization.b;
|
| -
|
| -import 'package:polymer/polymer.dart';
|
| -import 'package:canonicalization/c.dart';
|
| -import 'd.dart';
|
| -
|
| -int b = 0;
|
| -@initMethod initB() {
|
| - b++;
|
| - c++;
|
| - d++;
|
| -}
|
|
|