Author: kib
Date: Mon Aug 17 19:14:09 2020
New Revision: 364322
URL: https://svnweb.freebsd.org/changeset/base/364322

Log:
  scandir-compat11.c: Remove unused declaration for qsort_b().
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    0 days

Modified:
  head/lib/libc/gen/scandir-compat11.c

Modified: head/lib/libc/gen/scandir-compat11.c
==============================================================================
--- head/lib/libc/gen/scandir-compat11.c        Mon Aug 17 18:53:23 2020        
(r364321)
+++ head/lib/libc/gen/scandir-compat11.c        Mon Aug 17 19:14:09 2020        
(r364322)
@@ -58,8 +58,6 @@ __FBSDID("$FreeBSD$");
 
 #define        SELECT(x)       select(x)
 
-void qsort_b(void *, size_t, size_t, void *);
-
 static int freebsd11_alphasort_thunk(void *thunk, const void *p1,
     const void *p2);
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to