commit | d8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Feb 02 14:09:43 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Feb 09 16:58:07 2012 -0800 |
tree | dbbe8481e8b0c0e5184d4b779c98dc2e9aef1852 | |
parent | f4aaf1f56247289838f4bb25ee704196464be4f2 [diff] |
Remove aliasing Code was aliasing mBuffer as buffer, but continuing to use both buffer and mBuffer after that point. This was at best misleading, and at worst could confuse the compiler into generating bad code. There was no performance advantage to the alias, in fact removing it saves 16 bytes. Change-Id: I55023ddba465d9be82f66745b088d18af658ac60