Index: tools/json_schema_compiler/templates/ppapi/base.template |
diff --git a/tools/json_schema_compiler/templates/ppapi/base.template b/tools/json_schema_compiler/templates/ppapi/base.template |
deleted file mode 100644 |
index df1aa8ef889ad7676ce921cada08d7807abfd856..0000000000000000000000000000000000000000 |
--- a/tools/json_schema_compiler/templates/ppapi/base.template |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-{# Copyright 2013 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. -#} |
- |
-// Copyright {{ year }} The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// GENERATED FROM THE API DEFINITION IN |
-// {{ source_file }} |
-// DO NOT EDIT. |
- |
-{% block content %} |
-{% endblock %} |