From: mlarkin Date: Mon, 5 Feb 2018 05:01:08 +0000 (+0000) Subject: remove unused function prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82662b6f1bedaf9004fc2ebc8ad2593c6cb58fc4;p=openbsd remove unused function prototype --- diff --git a/usr.sbin/vmd/vmm.c b/usr.sbin/vmd/vmm.c index cb20c38472d..77ae1eff456 100644 --- a/usr.sbin/vmd/vmm.c +++ b/usr.sbin/vmd/vmm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmm.c,v 1.79 2018/01/03 05:39:56 ccardenas Exp $ */ +/* $OpenBSD: vmm.c,v 1.80 2018/02/05 05:01:08 mlarkin Exp $ */ /* * Copyright (c) 2015 Mike Larkin @@ -55,7 +55,6 @@ void vmm_sighdlr(int, short, void *); int vmm_start_vm(struct imsg *, uint32_t *); -int vmm_receive_vm(struct vmd_vm * , int); int vmm_dispatch_parent(int, struct privsep_proc *, struct imsg *); void vmm_run(struct privsep *, struct privsep_proc *, void *); void vmm_dispatch_vm(int, short, void *);