Problem/Motivation
Several functions in field.info.inc are now just wrappers to methods in the Field class (e.g. field_info_extra_fields(), field_info_fields()). These should be marked as deprecated.
Proposed resolution
Add @deprecated statement to functions which are just wrappers to class methods.