Bug 91049

Summary: Remove dead code after r122392
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Blocker CC: barraclough, fpizlo, ossy, webkit.review.bot, zherczeg
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 90924    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 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.
Attachments
Patch (1.47 KB, patch)
2012-07-11 22:38 PDT, Csaba Osztrogonác
no flags
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-07-12 00:53:31 PDT
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.