Skip to content

Commit

Permalink
Removed useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
OneAvargeCoder193 committed Jun 16, 2024
1 parent 7f75bcd commit 40643e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/windows/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ pub fn play(_:usize) void {
return;
};

const file = dir.dir.openDir();
_ = file;

const argv = [_][]const u8{command, "build", "run", "-Doptimize=ReleaseSafe"};
var proc = std.process.Child.init(&argv, main.stackAllocator.allocator);
proc.cwd_dir = dir.dir;
Expand Down

0 comments on commit 40643e3

Please sign in to comment.