diff options
| author | 2020-12-18 02:02:08 +0000 | |
|---|---|---|
| committer | 2020-12-18 02:02:38 +0000 | |
| commit | acdf05c3759e889b839d1779e5286bb2713f6cfe (patch) | |
| tree | 18abc8479d09f82e5647bc28952fa24f6d9b3c20 | |
| parent | 4694d14adbc2f9712bc548a222990a8a89ffd56a (diff) | |
Parcel: remove two undefined functions
private, unused, undefined
Bug: N/A
Test: N/A
Change-Id: Ibd05f93ac05c0fa3fb2fee825dbe505901d61224
| -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(); |