Bug 91049 - Remove dead code after r122392
Summary: Remove dead code after r122392
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Blocker
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 90924
  Show dependency treegraph
 
Reported: 2012-07-11 22:34 PDT by Csaba Osztrogonác
Modified: 2012-07-12 00:53 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2012-07-11 22:38 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-07-11 22:34:30 PDT
There are some dead code after http://trac.webkit.org/changeset/122392 
causes build error with too strict GCC on Qt perf bots:

/home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp: In member function ‘void JSC::DFG::SpeculativeJIT::emitCall(JSC::DFG::Node&)’:
/home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:956:22: error: variable ‘slowCallFunction’ set but not used [-Werror=unused-but-set-variable]

Patch is coming soon.
Comment 2 WebKit Review Bot 2012-07-12 00:53:27 PDT
Comment on attachment 151860 [details]
Patch

Clearing flags on attachment: 151860

Committed r122423: <http://trac.webkit.org/changeset/122423>
Comment 3 WebKit Review Bot 2012-07-12 00:53:31 PDT
All reviewed patches have been landed.  Closing bug.