Title: [139260] trunk/Tools
Revision
139260
Author
[email protected]
Date
2013-01-09 17:33:34 -0800 (Wed, 09 Jan 2013)

Log Message

Dashboard cleanup: remove dead code.
https://bugs.webkit.org/show_bug.cgi?id=106509

Reviewed by Dirk Pranke.

* TestResultServer/static-dashboards/dashboard_base.js:
(parseParameters):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (139259 => 139260)


--- trunk/Tools/ChangeLog	2013-01-10 01:00:45 UTC (rev 139259)
+++ trunk/Tools/ChangeLog	2013-01-10 01:33:34 UTC (rev 139260)
@@ -1,3 +1,13 @@
+2013-01-09  Julie Parent  <[email protected]>
+
+        Dashboard cleanup: remove dead code.
+        https://bugs.webkit.org/show_bug.cgi?id=106509
+
+        Reviewed by Dirk Pranke.
+
+        * TestResultServer/static-dashboards/dashboard_base.js:
+        (parseParameters):
+
 2013-01-09  Joanmarie Diggs  <[email protected]>
 
         [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline

Modified: trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js (139259 => 139260)


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-01-10 01:00:45 UTC (rev 139259)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-01-10 01:33:34 UTC (rev 139260)
@@ -324,7 +324,6 @@
     parseDashboardSpecificParameters();
     parseParameter(queryHashAsMap(), 'builder');
 
-    var crossDashboardDiffState = diffStates(oldCrossDashboardState, g_crossDashboardState);
     var dashboardSpecificDiffState = diffStates(oldDashboardSpecificState, g_currentState);
 
     fillMissingValues(g_currentState, g_defaultDashboardSpecificStateValues);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to