Skip to content

Commit

Permalink
Merge pull request #7 from smallkirby/feature/unused-vmcs-import
Browse files Browse the repository at this point in the history
(backport) Remove VMCS Import in VMCS
  • Loading branch information
smallkirby authored and smallkirby-ymir[bot] committed Jan 18, 2025
1 parent 0703dc7 commit 68c77a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ymir/arch/x86/vmx/vmcs.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const std = @import("std");

const vmx = @import("common.zig");
const vmcs = @import("vmcs.zig");

const VmxError = vmx.VmxError;

Expand Down

0 comments on commit 68c77a1

Please sign in to comment.