Index: sdk/lib/html/templates/dart2js_impl.darttemplate |
diff --git a/sdk/lib/html/templates/dart2js_impl.darttemplate b/sdk/lib/html/templates/dart2js_impl.darttemplate |
deleted file mode 100644 |
index 35ea8d4f1c717e62e81287d9995e09dc8358a951..0000000000000000000000000000000000000000 |
--- a/sdk/lib/html/templates/dart2js_impl.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; @docsEditable true$ANNOTATIONS |
-class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
-$!MEMBERS} |