RESOLVED WONTFIX 111037
PerfTestRunner doesn't need _needs_http and _has_http_lock
https://bugs.webkit.org/show_bug.cgi?id=111037
Summary PerfTestRunner doesn't need _needs_http and _has_http_lock
Ryosuke Niwa
Reported 2013-02-27 21:22:09 PST
PerfTestRunner has _has_http_lock and _has_http_lock but they're only used in run() and two functions that are called by run(). We can easily eliminate these member variables.
Attachments
Cleanup (3.11 KB, patch)
2013-02-27 21:25 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2013-02-27 21:25:39 PST
Adam Barth
Comment 2 2013-02-27 23:43:02 PST
Comment on attachment 190647 [details] Cleanup ok
Note You need to log in before you can comment on or make changes to this bug.