Bug 49328 - remove remaining reference to ENABLE_JSC_MULTIPLE_THREADS
Summary: remove remaining reference to ENABLE_JSC_MULTIPLE_THREADS
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Trivial
Assignee: Siddharth Mathur
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 10:33 PST by Siddharth Mathur
Modified: 2010-11-10 11:09 PST (History)
0 users

See Also:


Attachments
remove flag which doesn't appear to be needed anymore (1.05 KB, patch)
2010-11-10 10:57 PST, Siddharth Mathur
ggaren: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Siddharth Mathur 2010-11-10 10:33:54 PST
ENABLE_JSC_MULTIPLE_THREADS isn't used in the code anymore except for its declaration in wtf\Platform.h. I noticed this while going through old Bug 26838.
Comment 1 Siddharth Mathur 2010-11-10 10:57:13 PST
Created attachment 73508 [details]
remove flag which doesn't appear to be needed anymore
Comment 2 Geoffrey Garen 2010-11-10 11:04:49 PST
Comment on attachment 73508 [details]
remove flag which doesn't appear to be needed anymore

According to Xcode's Find in Project feature, there are 35 occurrences of "ENABLE(JSC_MULTIPLE_THREADS)" in JavaScriptCore.
Comment 3 Siddharth Mathur 2010-11-10 11:09:47 PST
Duh, sorry. PEBKAC!