Skip to content

Commit 1e5fb8a

Browse files
miguelafsilva5DavidMCerdeira
authored andcommitted
ref: Remove unused vm extern declaration
Signed-off-by: Miguel Silva <[email protected]>
1 parent 73fe72c commit 1e5fb8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/inc/vm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ struct vm_allocation {
106106
struct vcpu* vcpus;
107107
};
108108

109-
extern struct vm vm;
110-
111109
struct vm* vm_init(struct vm_allocation* vm_alloc, const struct vm_config* config, bool master,
112110
vmid_t vm_id);
113111
void vm_start(struct vm* vm, vaddr_t entry);

0 commit comments

Comments
 (0)