Bug 151331

Summary: Removed useless variable scriptResult
Product: WebKit Reporter: Matthew Daiter <mdaiter>
Component: JavaScriptCoreAssignee: Matthew Daiter <mdaiter>
Status: RESOLVED FIXED    
Severity: Trivial CC: achristensen, commit-queue, jonlee, keith_miller, mark.lam, mdaiter, msaboff, saam, webkit.review.bot
Priority: P3 Keywords: EasyFix, PlatformOnly
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Matthew Daiter 2015-11-16 16:30:46 PST
Inside of testExecutionTimeLimit(), there's a variable called scriptResult that uses a variable that never actually gets read, only written to. This can be removed, unless there's some sort of benchmark result that needs a write for a fair testExecutionTimeLimit() execution.
Comment 1 Matthew Daiter 2015-11-16 16:33:12 PST
Created attachment 265637 [details]
Patch
Comment 2 WebKit Commit Bot 2015-11-17 11:56:05 PST
Comment on attachment 265637 [details]
Patch

Clearing flags on attachment: 265637

Committed r192520: <http://trac.webkit.org/changeset/192520>
Comment 3 WebKit Commit Bot 2015-11-17 11:56:08 PST
All reviewed patches have been landed.  Closing bug.