diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-02-05 05:01:09 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-02-05 05:01:09 +0000 |
commit | 1fab50011966663dcbecfdc87ed5c2110da7a8d4 (patch) | |
tree | c8135f5f2016cc345d1126e007f37d1b4213ba53 | |
parent | eda93bd49d7ea24094eb7f0479667e79534d6b20 (diff) |
remove unused function prototype
-rw-r--r-- | usr.sbin/vmd/vmm.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <mlarkin@openbsd.org> @@ -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 *); |