Remove no-longer-used function prototype.

Reported by:	amd64-gcc
This commit is contained in:
John Baldwin 2020-01-08 22:16:26 +00:00
parent d9b35549d4
commit ec212149ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356520

View file

@ -326,7 +326,6 @@ static struct fileops cryptofops = {
static struct csession *csefind(struct fcrypt *, u_int);
static bool csedelete(struct fcrypt *, u_int);
static void cseadd(struct fcrypt *, struct csession *);
static struct csession *csecreate(struct fcrypt *, crypto_session_t, caddr_t,
u_int64_t, caddr_t, u_int64_t, u_int32_t, u_int32_t, struct enc_xform *,
struct auth_hash *);