commit | b68b7867406aca4a1a9d9809984893f9f15e7b5e | [log] [tgz] |
---|---|---|
author | Vic Yang <victoryang@google.com> | Fri Aug 02 13:40:51 2019 -0700 |
committer | Vic Yang <victoryang@google.com> | Fri Aug 02 13:40:51 2019 -0700 |
tree | 8abb17ceca8dd69acab528922a72c043c7cb6ac6 | |
parent | 471bffe67d23ff7270401f5eeb94b559b6969309 [diff] |
libfscrypt: Remove an unused variable This is the only object in .bss in libfscrypt and it's unused, so it's costing us 4KB for nothing. Remove it. Bug: 138856262 Test: objdump -h libfscrypt.so. Check .bss is gone. Change-Id: Iac5eff45e28453f09d380c10a1818eb53ed2fe48