bhyve: Fix build when BHYVE_SNAPSHOT is set

Fixes:		9cc9abf409 ("bhyve: create all vcpus on startup")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
X-MFC-With:	9cc9abf409
This commit is contained in:
Filipe da Silva Santos 2022-09-13 08:30:41 +02:00 committed by Emmanuel Vadot
parent 4893472c9a
commit 10c6af3441
1 changed files with 0 additions and 1 deletions

View File

@ -1244,7 +1244,6 @@ main(int argc, char *argv[])
#ifdef BHYVE_SNAPSHOT
char *restore_file;
struct restore_state rstate;
int vcpu;
restore_file = NULL;
#endif