diff options
| author | 2020-12-21 21:20:10 +0000 | |
|---|---|---|
| committer | 2020-12-21 21:20:10 +0000 | |
| commit | 57b18d547560c055ed055287228eea23f5cffb62 (patch) | |
| tree | 88acf1f726fb60cd79b812533ad6c16d0888ec2a /libs | |
| parent | f1261afd7ac13709c572c73c91b5030d787a39b9 (diff) | |
| parent | 84544748e928b319b0cb6f1039a24b5f18f252bc (diff) | |
Merge "Parcel: remove two undefined functions" am: 84544748e9
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1533424
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I4dd5e8cfa2dad613896633ef1cf5e49ab696d8b9
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/include/binder/Parcel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/binder/include/binder/Parcel.h b/libs/binder/include/binder/Parcel.h index 9f5260a424..b49951b448 100644 --- a/libs/binder/include/binder/Parcel.h +++ b/libs/binder/include/binder/Parcel.h @@ -504,9 +504,6 @@ private: const binder_size_t* objects, size_t objectsCount, release_func relFunc); - Parcel(const Parcel& o); - Parcel& operator=(const Parcel& o); - status_t finishWrite(size_t len); void releaseObjects(); void acquireObjects(); |