Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 7, 2024
1 parent 3ce5ef5 commit 4db1568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/virtio/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var microkit_board: MicrokitBoard = undefined;
var libvmm_dep: *Build.Dependency = undefined;
var sddf_dep: *Build.Dependency = undefined;

// TODO: Util function, move this elsewhere
fn fileExists(path: []const u8) bool {
std.fs.cwd().access(path, .{}) catch return false;
return true;
Expand Down

0 comments on commit 4db1568

Please sign in to comment.