Closed
Bug 1052515
Opened 12 years ago
Closed 12 years ago
Unused function HasParserReturn in Parser.cpp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1046964
People
(Reporter: manishearth, Unassigned, Mentored)
Details
(Whiteboard: [good first bug][lang=c++])
The function `static int HasFinalReturn(SyntaxParseHandler::Node)`[1] (as opposed to `static int HasFinalReturn(ParserNode)`) isn't used anywhere. We should remove it.
[1]: http://mxr.mozilla.org/mozilla-central/source/js/src/frontend/Parser.cpp#770
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•