Remove unused code.
Test: Compiles. Change-Id: I92095bd0ee59a3b98ee8deba1c3efc4685389a1b
This commit is contained in:
parent
5e85d1b290
commit
ae57a6b641
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue