summaryrefslogtreecommitdiffstats
path: root/include/binder/MemoryHeapBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder/MemoryHeapBase.h')
-rw-r--r--include/binder/MemoryHeapBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/MemoryHeapBase.h b/include/binder/MemoryHeapBase.h
index d793c24..2f2e31b 100644
--- a/include/binder/MemoryHeapBase.h
+++ b/include/binder/MemoryHeapBase.h
@@ -32,7 +32,6 @@ class MemoryHeapBase : public virtual BnMemoryHeap
public:
enum {
READ_ONLY = IMemoryHeap::READ_ONLY,
- MAP_ONCE = IMemoryHeap::MAP_ONCE,
// memory won't be mapped locally, but will be mapped in the remote
// process.
DONT_MAP_LOCALLY = 0x00000100,