scandir-compat11.c: Remove unused declaration for qsort_b().

Sponsored by:	The FreeBSD Foundation
MFC after:	0 days
This commit is contained in:
Konstantin Belousov 2020-08-17 19:14:09 +00:00
parent c1b355d378
commit 92ca23a4b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364322

View File

@ -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);