RESOLVED INVALID 49328
remove remaining reference to ENABLE_JSC_MULTIPLE_THREADS
https://bugs.webkit.org/show_bug.cgi?id=49328
Summary remove remaining reference to ENABLE_JSC_MULTIPLE_THREADS
Siddharth Mathur
Reported 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.
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-
Siddharth Mathur
Comment 1 2010-11-10 10:57:13 PST
Created attachment 73508 [details] remove flag which doesn't appear to be needed anymore
Geoffrey Garen
Comment 2 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.
Siddharth Mathur
Comment 3 2010-11-10 11:09:47 PST
Duh, sorry. PEBKAC!
Note You need to log in before you can comment on or make changes to this bug.