Remove reference to read/writeWeakBinder.
am: 23cc552f86

Change-Id: I9aa3f252255d8b4563479a34a5738e4051dafba2
diff --git a/include/binder/auto_parcelable.h b/include/binder/auto_parcelable.h
index ef2d22f..357615c 100644
--- a/include/binder/auto_parcelable.h
+++ b/include/binder/auto_parcelable.h
@@ -116,7 +116,6 @@
 FN(String16,const String16&)\
 FN(String16,const std::unique_ptr<String16>&)\
 FN(StrongBinder,const sp<IBinder>&)\
-FN(WeakBinder,const wp<IBinder>&)\
 
   template <typename F>
   static status_t writeAnyToParcel(Parcel* parcel, const F& value) {