summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Parcel.cpp')
-rw-r--r--Parcel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Parcel.cpp b/Parcel.cpp
index 70ca18e..4eb22ca 100644
--- a/Parcel.cpp
+++ b/Parcel.cpp
@@ -884,11 +884,6 @@ status_t Parcel::writeEmbeddedNativeHandle(const native_handle_t *handle,
parent_buffer_handle, parent_offset);
}
-void Parcel::remove(size_t /*start*/, size_t /*amt*/)
-{
- LOG_ALWAYS_FATAL("Parcel::remove() not yet implemented!");
-}
-
status_t Parcel::read(void* outData, size_t len) const
{
if (len > INT32_MAX) {