core: remove nm_match_spec_string()
It was only used to match against "*", in a case-insensitive way.
This commit is contained in:
@@ -96,7 +96,6 @@ const char *nm_utils_find_helper (const char *progname,
|
||||
const char *try_first,
|
||||
GError **error);
|
||||
|
||||
gboolean nm_match_spec_string (const GSList *specs, const char *string);
|
||||
gboolean nm_match_spec_hwaddr (const GSList *specs, const char *hwaddr);
|
||||
gboolean nm_match_spec_s390_subchannels (const GSList *specs, const char *subchannels);
|
||||
gboolean nm_match_spec_interface_name (const GSList *specs, const char *interface_name);
|
||||
|
Reference in New Issue
Block a user