Remove unused code.

Test: Compiles.
Change-Id: I92095bd0ee59a3b98ee8deba1c3efc4685389a1b
This commit is contained in:
Christopher Ferris 2019-11-13 12:48:52 -08:00
parent 5e85d1b290
commit ae57a6b641

View file

@ -24,11 +24,6 @@
#include <benchmark/benchmark.h>
#include "util.h"
#if defined(__BIONIC__)
#else
#endif
static __always_inline void MakeAllocationResident(void* ptr, size_t nbytes, int pagesize) {
uint8_t* data = reinterpret_cast<uint8_t*>(ptr);
for (size_t i = 0; i < nbytes; i += pagesize) {