diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-08-16 09:09:18 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-08-16 09:09:18 +0000 |
commit | a0ef76b45eb9ed6281ce08fac50ad0dacb7eb888 (patch) | |
tree | dbc38c1f286857e6dbfd038f064b6c82bac81af5 /sbin/iked/config.c | |
parent | 737bc203d4fcce9878a88d6efb739d5ad616aae8 (diff) |
Clean up unused parameters.
Diffstat (limited to 'sbin/iked/config.c')
-rw-r--r-- | sbin/iked/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/config.c b/sbin/iked/config.c index 577127adb46..dd37b90dcef 100644 --- a/sbin/iked/config.c +++ b/sbin/iked/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.59 2020/08/14 21:13:15 tobhe Exp $ */ +/* $OpenBSD: config.c,v 1.60 2020/08/16 09:09:17 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -843,7 +843,7 @@ config_setcompile(struct iked *env, enum privsep_procid id) } int -config_getcompile(struct iked *env, struct imsg *imsg) +config_getcompile(struct iked *env) { /* * Do any necessary steps after configuration, for now we |