diff options
| author | 2014-09-08 18:34:29 -0700 | |
|---|---|---|
| committer | 2014-09-08 18:34:29 -0700 | |
| commit | a8995adc2b363811482c38009f64992b322efaad (patch) | |
| tree | 37cb7d31ea9614a7f4c200c14bc36125d789f083 /libs/hwui/TextDropShadowCache.cpp | |
| parent | f4eaaadb8cb0e2ff8d1704827883b5a62173311d (diff) | |
Don't check for null references.
The address of a reference will never be null in well formed C++ code.
The function returning the value being checked simply returns a
dereferenced pointer (which is just going to segfault if it is null!).
Change-Id: I3a4eb6adfc003c63ebf21b81d46088d52154d99d
Diffstat (limited to 'libs/hwui/TextDropShadowCache.cpp')
0 files changed, 0 insertions, 0 deletions