Index: Tools/GardeningServer/model/ct-builder-failure.html |
diff --git a/Tools/GardeningServer/model/ct-builder-failure.html b/Tools/GardeningServer/model/ct-builder-failure.html |
deleted file mode 100644 |
index 673b5b3c62925f6602f95fda269ac7d3f595ea59..0000000000000000000000000000000000000000 |
--- a/Tools/GardeningServer/model/ct-builder-failure.html |
+++ /dev/null |
@@ -1,18 +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 CTBuilderFailure(tree, masterUrl, builder, state, timeSinceLastUpdate, pendingBuilds) { |
- this.tree = tree; |
- this.key = masterUrl + "::" + builder + "::" + state; |
- this.masterUrl = masterUrl; |
- this.builder = builder; |
- this.state = state; |
- this.timeSinceLastUpdate = timeSinceLastUpdate; |
- this.pendingBuilds = pendingBuilds; |
- this.hoursSinceLastUpdate = (timeSinceLastUpdate / (60 * 60)).toFixed(2); |
-} |
-</script> |