Skip to content

Commit

Permalink
examples/zig: remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Nov 13, 2023
1 parent 4616b96 commit 6f5c9f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/zig/src/vmm.zig
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ const guest_dtb_image = @embedFile("linux.dtb");
// Data for the initial RAM disk to be passed to the kernel.
const guest_initrd_image = @embedFile("rootfs.cpio.gz");

const LinuxKernelImage = extern struct {
header: c.linux_image_header,
bytes: *u8
};

// In Zig the standard library comes with printf-like functionality with the
// ability to provide your own function to ouput the characters. This is
// extremely useful for us! Without changing the standard library or bringing
Expand Down

0 comments on commit 6f5c9f6

Please sign in to comment.