Remove misleading non-setting of use_allocator in common.gypi
commit754e2b558d2ffc9c9a2b5027c651b373ed465c0d
authorsbc <sbc@chromium.org>
Fri, 22 May 2015 02:57:42 +0000 (21 19:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 May 2015 02:58:01 +0000 (22 02:58 +0000)
treea6100bc5fda2b347fcc2e848930ae66c51bc08b1
parent08b097a938942684558910dc9ca662c2a59ce3d2
Remove misleading non-setting of use_allocator in common.gypi

This line was not having any effect since use_allocator
was being set to tcmalloc on line 1368 which occurs
after this.  It seems we have been using tcmalloc in
the ARM linux build all along.  I confirmed that tcmalloc
is in use both before and after this change.

Review URL: https://codereview.chromium.org/1152713002

Cr-Commit-Position: refs/heads/master@{#331057}
build/common.gypi