_RemoveData
status_t _RemoveData(const char* name, type_code type);
error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE);
return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE);
error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE);
error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE);
error = _RemoveData(attribute, attrType);
error = _RemoveData(attribute, attrType);
error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE);
return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE);
error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE);
error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE);
error = _RemoveData(attribute, attrType);
error = _RemoveData(attribute, attrType);