Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: Tools/GardeningServer/scripts/controllers.js

Issue 362453003: Remove dead code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/config.js ('k') | Tools/GardeningServer/scripts/garden-o-matic.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/controllers.js
diff --git a/Tools/GardeningServer/scripts/controllers.js b/Tools/GardeningServer/scripts/controllers.js
index 0ab87ec96bd28433caf7082178172120fd561e57..23ae6bfe7b8bbe4a77d7e5da4ffdba47e86c50ce 100644
--- a/Tools/GardeningServer/scripts/controllers.js
+++ b/Tools/GardeningServer/scripts/controllers.js
@@ -27,16 +27,6 @@ var controllers = controllers || {};
(function(){
-// FIXME: This is duplicated from ui/results.js :(.
-function isAnyReftest(testName, resultsByTest)
-{
- return Object.keys(resultsByTest[testName]).map(function(builder) {
- return resultsByTest[testName][builder];
- }).some(function(resultNode) {
- return resultNode.reftest_type && resultNode.reftest_type.length;
- });
-}
-
controllers.ResultsDetails = base.extends(Object, {
init: function(view, resultsByTest)
{
« no previous file with comments | « Tools/GardeningServer/scripts/config.js ('k') | Tools/GardeningServer/scripts/garden-o-matic.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698