Title: [112557] trunk/Source/_javascript_Core
Revision
112557
Author
[email protected]
Date
2012-03-29 12:09:00 -0700 (Thu, 29 Mar 2012)

Log Message

Remove an unused variable that breaks the build with newer versions of clang.

Rubber stamped by Gavin Barraclough.

* yarr/YarrJIT.cpp:
(JSC::Yarr::YarrGenerator::backtrackCharacterClassNonGreedy):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (112556 => 112557)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-29 19:01:36 UTC (rev 112556)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-29 19:09:00 UTC (rev 112557)
@@ -1,3 +1,12 @@
+2012-03-29  Andy Estes  <[email protected]>
+
+        Remove an unused variable that breaks the build with newer versions of clang.
+
+        Rubber stamped by Gavin Barraclough.
+
+        * yarr/YarrJIT.cpp:
+        (JSC::Yarr::YarrGenerator::backtrackCharacterClassNonGreedy):
+
 2012-03-29  Caio Marcelo de Oliveira Filho  <[email protected]>
 
         HashMap<>::add should return a more descriptive object

Modified: trunk/Source/_javascript_Core/yarr/YarrJIT.cpp (112556 => 112557)


--- trunk/Source/_javascript_Core/yarr/YarrJIT.cpp	2012-03-29 19:01:36 UTC (rev 112556)
+++ trunk/Source/_javascript_Core/yarr/YarrJIT.cpp	2012-03-29 19:09:00 UTC (rev 112557)
@@ -1095,7 +1095,6 @@
 
         m_backtrackingState.link(this);
 
-        Label backtrackBegin(this);
         loadFromFrame(term->frameLocation, countRegister);
 
         nonGreedyFailures.append(atEndOfInput());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to