Index: sdk/lib/html/templates/html/impl/pure_interface.darttemplate |
diff --git a/sdk/lib/html/templates/html/impl/pure_interface.darttemplate b/sdk/lib/html/templates/html/impl/pure_interface.darttemplate |
deleted file mode 100644 |
index 139e82f0e87ccc3dd38c50d50a781049675ba4ee..0000000000000000000000000000000000000000 |
--- a/sdk/lib/html/templates/html/impl/pure_interface.darttemplate |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-// Copyright (c) 2012, 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. |
- |
-part of $LIBRARYNAME; |
- |
-/// @domName $DOMNAME |
-abstract class $CLASSNAME$EXTENDS$IMPLEMENTS { |
-$!MEMBERS} |