summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libmemunreachable/tests/HostMallocStub.cpp')
-rw-r--r--libmemunreachable/tests/HostMallocStub.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/libmemunreachable/tests/HostMallocStub.cpp b/libmemunreachable/tests/HostMallocStub.cpp
index a7e3f07d3..0ef04870f 100644
--- a/libmemunreachable/tests/HostMallocStub.cpp
+++ b/libmemunreachable/tests/HostMallocStub.cpp
@@ -16,8 +16,6 @@
16 16
17#include "bionic.h" 17#include "bionic.h"
18 18
19void malloc_disable() { 19void malloc_disable() {}
20}
21 20
22void malloc_enable() { 21void malloc_enable() {}
23}