aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index b91e0d1..94d37c5 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -99,11 +99,6 @@ extern int strcmp_iw_ordered (const char *, const char *);
extern bool streq (const char *, const char *);
-/* A variant of streq that is suitable for use as an htab
- callback. */
-
-extern int streq_hash (const void *, const void *);
-
extern int subset_compare (const char *, const char *);
/* Compare C strings for std::sort. */