Delete dead code in Arena.h/cpp
Created attachment 139057 [details] Patch
Attachment 139057 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/Arena.h:77: _a is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/platform/Arena.h:78: _nb is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/platform/Arena.h:79: _p is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/platform/Arena.h:80: _q is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/platform/Arena.h:83: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4] Source/WebCore/platform/Arena.cpp:67: j_ is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/WebCore/platform/Arena.cpp:105: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/WebCore/platform/Arena.cpp:119: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/WebCore/platform/Arena.cpp:119: Use 0 instead of NULL. [readability/null] [5] Source/WebCore/platform/Arena.cpp:160: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/WebCore/platform/Arena.cpp:180: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 11 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 139057 [details] Patch OK. You should use the cq to make sure nothing breaks.
Comment on attachment 139057 [details] Patch Clearing flags on attachment: 139057 Committed r115389: <http://trac.webkit.org/changeset/115389>
All reviewed patches have been landed. Closing bug.