summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-03-14 02:56:34 +0000
committerBen Murdoch <benm@google.com>2013-03-14 10:51:17 +0000
commitc47f0988a36c3032a3c8850c4df3a704dd59e468 (patch)
tree6acba40d18452b9ce1d7ca4f700c1c81e1059de3 /include/binder
parent5ca39ea57a4bfa04e90dd2aafc31c8f20bd8bf1c (diff)
downloadframeworks_native-c47f0988a36c3032a3c8850c4df3a704dd59e468.zip
frameworks_native-c47f0988a36c3032a3c8850c4df3a704dd59e468.tar.gz
frameworks_native-c47f0988a36c3032a3c8850c4df3a704dd59e468.tar.bz2
Revert "Add a compatibility symbol for the MemoryBase constructor."
Cherry pick from AOSP to fix the build. See https://android-review.googlesource.com/#/c/53690/ This reverts commit 7f974ff2f317ffbf9256579109f000ec876c3037 Change-Id: I1b123f446d0ff41e11ff81d4ef5f1472b59cac93
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/MemoryBase.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/binder/MemoryBase.h b/include/binder/MemoryBase.h
index fa0b8d1..463e26d 100644
--- a/include/binder/MemoryBase.h
+++ b/include/binder/MemoryBase.h
@@ -40,9 +40,6 @@ protected:
const sp<IMemoryHeap>& getHeap() const { return mHeap; }
private:
- // Backwards compatibility for libdatabase_sqlcipher (http://b/8253769).
- MemoryBase(const sp<IMemoryHeap>& heap, long offset, unsigned int size);
-
size_t mSize;
ssize_t mOffset;
sp<IMemoryHeap> mHeap;