RESOLVED FIXED 36009
Unused functions in yarr interpreter
https://bugs.webkit.org/show_bug.cgi?id=36009
Summary Unused functions in yarr interpreter
Peter Varga
Reported 2010-03-11 04:13:35 PST
Created attachment 50485 [details] proposed patch I have found two functions in RegexInterpreter.cpp: tryConsumeCharacter() and tryConsumeCharacterClass() which are never called. If these functions are reserved for future using the tryConsumeCharacter is deprecated, because the ignoreCase checking is unnecessary in this phase of regex matching.
Attachments
proposed patch (1.96 KB, patch)
2010-03-11 04:13 PST, Peter Varga
no flags
WebKit Commit Bot
Comment 1 2010-03-12 07:28:32 PST
Comment on attachment 50485 [details] proposed patch Clearing flags on attachment: 50485 Committed r55900: <http://trac.webkit.org/changeset/55900>
WebKit Commit Bot
Comment 2 2010-03-12 07:28:37 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.