WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91049
Remove dead code after
r122392
https://bugs.webkit.org/show_bug.cgi?id=91049
Summary
Remove dead code after r122392
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2012-07-11 22:38:54 PDT
Created
attachment 151860
[details]
Patch 64 bit analogue of
https://trac.webkit.org/changeset/122409/trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp
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.
Top of Page
Format For Printing
XML
Clone This Bug