Title: [100166] trunk/Source/_javascript_Core
Revision
100166
Author
[email protected]
Date
2011-11-14 11:23:36 -0800 (Mon, 14 Nov 2011)

Log Message

32-bit build fix: Removed unused declaration.

* dfg/DFGJITCodeGenerator32_64.cpp:
(JSC::DFG::JITCodeGenerator::emitCall):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (100165 => 100166)


--- trunk/Source/_javascript_Core/ChangeLog	2011-11-14 19:21:40 UTC (rev 100165)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-11-14 19:23:36 UTC (rev 100166)
@@ -1,3 +1,10 @@
+2011-11-14  Geoffrey Garen  <[email protected]>
+
+        32-bit build fix: Removed unused declaration.
+
+        * dfg/DFGJITCodeGenerator32_64.cpp:
+        (JSC::DFG::JITCodeGenerator::emitCall):
+
 2011-11-12  Geoffrey Garen  <[email protected]>
 
         Standardized the JS calling convention

Modified: trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp (100165 => 100166)


--- trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp	2011-11-14 19:21:40 UTC (rev 100165)
+++ trunk/Source/_javascript_Core/dfg/DFGJITCodeGenerator32_64.cpp	2011-11-14 19:23:36 UTC (rev 100166)
@@ -1269,7 +1269,6 @@
 void JITCodeGenerator::emitCall(Node& node)
 {
     P_DFGOperation_E slowCallFunction;
-    bool isCall;
 
     if (node.op == Call) {
         slowCallFunction = operationLinkCall;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to