removeObjectIdenticalTo_ method

void removeObjectIdenticalTo_(
  1. NSObject anObject
)

Implementation

void removeObjectIdenticalTo_(NSObject anObject) {
  _lib._objc_msgSend_15(
      _id, _lib._sel_removeObjectIdenticalTo_1, anObject._id);
}