Bug 40298

Summary: Remove some unused variable warnings from JITOpcodes
Product: WebKit Reporter: Gabor Loki <loki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: barraclough, ggaren, oliver
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Remove some unused variable warnings from JITOpcodes levin: review+, loki: commit-queue-

Description Gabor Loki 2010-06-08 06:57:03 PDT
The both executableOffsetToFunction are unused variables in the #else blocks of privateCompileCTINativeCall functions.
Comment 1 Gabor Loki 2010-06-08 06:58:40 PDT
Created attachment 58136 [details]
Remove some unused variable warnings from JITOpcodes
Comment 2 Gabor Loki 2010-06-09 11:12:48 PDT
Committed revision 60901.