Bug 66072 - Removed unused variable in StackBounds::initialize() to resolve compiler warning when building on QNX.
Summary: Removed unused variable in StackBounds::initialize() to resolve compiler warn...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 10:08 PDT by Daniel Bates
Modified: 2011-08-11 10:29 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2011-08-11 10:11 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-08-11 10:08:45 PDT
The local variable thread in StackBounds::initialize() is unused. We should remove it so as to resolve a compiler warning when building on QNX.
Comment 1 Daniel Bates 2011-08-11 10:11:49 PDT
Created attachment 103641 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-11 10:29:22 PDT
Comment on attachment 103641 [details]
Patch

Clearing flags on attachment: 103641

Committed r92868: <http://trac.webkit.org/changeset/92868>
Comment 3 WebKit Review Bot 2011-08-11 10:29:27 PDT
All reviewed patches have been landed.  Closing bug.