From 56e01384c7c6d131983d48f75509aee062602b16 Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Fri, 23 Aug 2013 10:50:05 -0700 Subject: [PATCH] Remove obsolete comment Change-Id: I8b040e4b2e968fd0754e15dcf9f899fbfe210b6e --- include/binder/IBinder.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/binder/IBinder.h b/include/binder/IBinder.h index 8b849513b..43b654334 100644 --- a/include/binder/IBinder.h +++ b/include/binder/IBinder.h @@ -81,14 +81,6 @@ public: Parcel* reply, uint32_t flags = 0) = 0; - /** - * This method allows you to add data that is transported through - * IPC along with your IBinder pointer. When implementing a Binder - * object, override it to write your desired data in to @a outData. - * You can then call getConstantData() on your IBinder to retrieve - * that data, from any process. You MUST return the number of bytes - * written in to the parcel (including padding). - */ class DeathRecipient : public virtual RefBase { public: