WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug