Bug 91039

Summary: Build fix + remove dead code
Product: WebKit Reporter: Adenilson Cavalcanti Silva <savagobr>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Attachments:
Description Flags
Compile fix none

Description Adenilson Cavalcanti Silva 2012-07-11 18:13:02 PDT
Compilation is failing thanks to a warning related with non used variable, like:

-o obj/release/dfg/DFGSpeculativeJIT32_64.o /home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp
/home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp: In member function ‘void JSC::DFG::SpeculativeJIT::emitCall(JSC::DFG::Node&)’:
/home/adenilson/apps/webkit/Webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:959:22: error: variable ‘slowCallFunction’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Comment 1 Adenilson Cavalcanti Silva 2012-07-11 18:16:37 PDT
Created attachment 151832 [details]
Compile fix
Comment 2 WebKit Review Bot 2012-07-11 19:49:41 PDT
Comment on attachment 151832 [details]
Compile fix

Clearing flags on attachment: 151832

Committed r122409: <http://trac.webkit.org/changeset/122409>
Comment 3 WebKit Review Bot 2012-07-11 19:49:45 PDT
All reviewed patches have been landed.  Closing bug.