Closed Bug 824886 Opened 13 years ago Closed 13 years ago

Remove dead ThreadPoolWorker::threadPool_ field.

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla21

People

(Reporter: n.nethercote, Assigned: n.nethercote)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

clang 3.2 warns: js/src/vm/ThreadPool.cpp:32:23 [-Wunused-private-field] private field 'threadPool_' is not used
This patch removes ThreadPoolWorker::threadPool_ because it's unused.
Attachment #695908 - Flags: review?(wmccloskey)
Blocks: buildwarning
Comment on attachment 695908 [details] [diff] [review] Remove dead ThreadPoolWorker::threadPool_ field. This looks fine to me, but Niko wrote the code. Maybe there are plans to use the field in the future?
Attachment #695908 - Flags: review?(wmccloskey) → review?(nmatsakis)
Comment on attachment 695908 [details] [diff] [review] Remove dead ThreadPoolWorker::threadPool_ field. This looks fine.
Attachment #695908 - Flags: review+
Attachment #695908 - Flags: review?(nmatsakis)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: