Bug 93986 - Remove unused yyparse method in CSSParser
Summary: Remove unused yyparse method in CSSParser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 10:09 PDT by Olivier Blin
Modified: 2012-08-14 12:20 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2012-08-14 11:23 PDT, Olivier Blin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2012-08-14 10:09:01 PDT
The CSSParser class declares a yyparse() method, but it is unused and not even defined.
It seems to have been like this since the introduction of CSSParser:
http://trac.webkit.org/changeset/3695
Comment 1 Olivier Blin 2012-08-14 11:23:08 PDT
Created attachment 158376 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-14 12:20:40 PDT
Comment on attachment 158376 [details]
Patch

Clearing flags on attachment: 158376

Committed r125589: <http://trac.webkit.org/changeset/125589>
Comment 3 WebKit Review Bot 2012-08-14 12:20:44 PDT
All reviewed patches have been landed.  Closing bug.