mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-18 15:43:08 +08:00
Use htab_eq_string in libctf
* ctf-impl.h (ctf_dynset_eq_string): Don't declare. * ctf-hash.c (ctf_dynset_eq_string): Delete function. * ctf-dedup.c (make_set_element): Use htab_eq_string. (ctf_dedup_atoms_init, ADD_CITER, ctf_dedup_init): Likewise. (ctf_dedup_conflictify_unshared): Likewise. (ctf_dedup_walk_output_mapping): Likewise.
This commit is contained in:
@ -617,8 +617,6 @@ extern int ctf_hash_eq_string (const void *, const void *);
|
||||
extern int ctf_hash_eq_type_key (const void *, const void *);
|
||||
extern int ctf_hash_eq_type_id_key (const void *, const void *);
|
||||
|
||||
extern int ctf_dynset_eq_string (const void *, const void *);
|
||||
|
||||
typedef void (*ctf_hash_free_fun) (void *);
|
||||
|
||||
typedef void (*ctf_hash_iter_f) (void *key, void *value, void *arg);
|
||||
|
Reference in New Issue
Block a user