Index: Tools/GardeningServer/model/ct-repository.html |
diff --git a/Tools/GardeningServer/model/ct-repository.html b/Tools/GardeningServer/model/ct-repository.html |
deleted file mode 100644 |
index 288efe6426f3df09a170cafaed7623ded8ec4806..0000000000000000000000000000000000000000 |
--- a/Tools/GardeningServer/model/ct-repository.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!-- |
-Copyright 2014 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. |
---> |
- |
-<script> |
-function CTRepository(name, dataUrl, repositoryUrl) { |
- this.name = name; |
- this.dataUrl = dataUrl; |
- this.repositoryUrl = repositoryUrl; |
-} |
-</script> |