fa4eaa63caae8eefa3ca6eba9830be747eb32cd0
Since the static analyzer assumes that `head == blockToRemove && blockToRemove->prevBlock == nullptr` may be true, it complains that we're deleting `head` and returning `head` shortly afterward. Assert (without assertions, since -DNDEBUG is passed) that this isn't the case. Bug: 27101951 Test: mma. Warning is gone. Change-Id: I33e98eec7b293fcf0d8826f89c287a3b870758f2
…
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%