George Burgess IV fa4eaa63ca Appease the static analyzer
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
2017-07-18 17:21:28 -07:00
2017-07-15 08:53:51 +00:00
2017-06-23 09:27:12 -07:00
2017-07-18 17:21:28 -07:00
2017-07-10 19:00:27 +00:00
2017-05-23 11:51:15 +01:00
2017-05-01 10:22:44 -04:00
2017-05-10 16:54:20 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%