diff options
author | Glenn Kasten <gkasten@google.com> | 2012-02-02 14:09:43 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-02-09 16:58:07 -0800 |
commit | d8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb (patch) | |
tree | dbbe8481e8b0c0e5184d4b779c98dc2e9aef1852 /wifi/java | |
parent | f4aaf1f56247289838f4bb25ee704196464be4f2 (diff) | |
download | frameworks_base-d8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb.zip frameworks_base-d8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb.tar.gz frameworks_base-d8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb.tar.bz2 |
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
Diffstat (limited to 'wifi/java')
0 files changed, 0 insertions, 0 deletions