diff --git a/include/binder/Parcel.h b/include/binder/Parcel.h index bc6e5736158..3a4c0a2d956 100644 --- a/include/binder/Parcel.h +++ b/include/binder/Parcel.h @@ -76,9 +76,7 @@ class Parcel // passed in. bool enforceInterface(const String16& interface, IPCThreadState* threadState = NULL) const; -#ifdef _INTERNAL_BINDER_PARCEL_ - bool enforceInterface(const String16& interface) const; -#endif + bool checkInterface(IBinder*) const; void freeData();