1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Remove a prototype for an unused and undefined debugging function.

This commit is contained in:
John Baldwin 2001-01-23 22:21:14 +00:00
parent 399fde35e8
commit 6db2e28142
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71476

View File

@ -96,7 +96,6 @@ static void twe_release_request(struct twe_request *tr);
*/
static char *twe_format_aen(struct twe_softc *sc, u_int16_t aen);
static int twe_report_request(struct twe_request *tr);
static int twe_request_qlen(struct twe_request *tr);
static void twe_panic(struct twe_softc *sc, char *reason);
/********************************************************************************