Title: [184398] trunk/Source/_javascript_Core
Revision
184398
Author
[email protected]
Date
2015-05-15 11:21:29 -0700 (Fri, 15 May 2015)

Log Message

Unreviewed, remove an unused declaration.

* dfg/DFGSpeculativeJIT.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (184397 => 184398)


--- trunk/Source/_javascript_Core/ChangeLog	2015-05-15 18:09:07 UTC (rev 184397)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-05-15 18:21:29 UTC (rev 184398)
@@ -1,3 +1,9 @@
+2015-05-15  Filip Pizlo  <[email protected]>
+
+        Unreviewed, remove an unused declaration.
+
+        * dfg/DFGSpeculativeJIT.h:
+
 2015-05-14  Filip Pizlo  <[email protected]>
 
         Remove unused constant-base and constant-value store barrier code in the DFG

Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h (184397 => 184398)


--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h	2015-05-15 18:09:07 UTC (rev 184397)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h	2015-05-15 18:21:29 UTC (rev 184398)
@@ -291,7 +291,6 @@
 
 #if ENABLE(GGC)
     void storeToWriteBarrierBuffer(GPRReg cell, GPRReg scratch1, GPRReg scratch2);
-    void storeToWriteBarrierBuffer(JSCell*, GPRReg scratch1, GPRReg scratch2);
 
     void writeBarrier(GPRReg owner, GPRReg scratch1, GPRReg scratch2);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to