summaryrefslogtreecommitdiffstats
path: root/wifi/java
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-02 14:09:43 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-09 16:58:07 -0800
commitd8b2e2b9e3885ab5857a8ac3d2a7551aa3c0eefb (patch)
treedbbe8481e8b0c0e5184d4b779c98dc2e9aef1852 /wifi/java
parentf4aaf1f56247289838f4bb25ee704196464be4f2 (diff)
downloadframeworks_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