Replace some more qsort calls with std::sort
[deliverable/binutils-gdb.git] / gdb / utils.h
index 76f0da69f712bce7f5559a37c4182d83d5352d8c..af8b461b6e1529df16e630275e77d60b224a1a83 100644 (file)
@@ -101,8 +101,6 @@ extern int streq_hash (const void *, const void *);
 
 extern int subset_compare (const char *, const char *);
 
-int compare_positive_ints (const void *ap, const void *bp);
-
 /* Compare C strings for std::sort.  */
 
 static inline bool
This page took 0.02532 seconds and 4 git commands to generate.