Title: [195604] trunk/Source/_javascript_Core
Revision
195604
Author
[email protected]
Date
2016-01-26 11:33:38 -0800 (Tue, 26 Jan 2016)

Log Message

Remove a useless #include
https://bugs.webkit.org/show_bug.cgi?id=153474

Reviewed by Alexey Proskuryakov.

* b3/B3ReduceStrength.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195603 => 195604)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-26 19:28:32 UTC (rev 195603)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-26 19:33:38 UTC (rev 195604)
@@ -1,3 +1,12 @@
+2016-01-26  Benjamin Poulain  <[email protected]>
+
+        Remove a useless #include
+        https://bugs.webkit.org/show_bug.cgi?id=153474
+
+        Reviewed by Alexey Proskuryakov.
+
+        * b3/B3ReduceStrength.cpp:
+
 2016-01-26  Alex Christensen  <[email protected]>
 
         [Win] Fix clean build after r195545.

Modified: trunk/Source/_javascript_Core/b3/B3ReduceStrength.cpp (195603 => 195604)


--- trunk/Source/_javascript_Core/b3/B3ReduceStrength.cpp	2016-01-26 19:28:32 UTC (rev 195603)
+++ trunk/Source/_javascript_Core/b3/B3ReduceStrength.cpp	2016-01-26 19:33:38 UTC (rev 195604)
@@ -41,7 +41,6 @@
 #include "B3ProcedureInlines.h"
 #include "B3PureCSE.h"
 #include "B3UpsilonValue.h"
-#include "B3UseCounts.h"
 #include "B3ValueKeyInlines.h"
 #include "B3ValueInlines.h"
 #include <wtf/GraphNodeWorklist.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to