gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
[binutils-gdb.git] / libctf / ctf-impl.h
index 342d2ff23e2d038c929311121aab67956d957bc9..80c47239e262775fc374b294652541c7aa9c255c 100644 (file)
@@ -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);