Skip to content

Commit

Permalink
Merge pull request #121 from Mikastiv/master
Browse files Browse the repository at this point in the history
remove no longer used error from set
  • Loading branch information
Snektron authored Feb 27, 2024
2 parents b1f3820 + d1e6ebf commit 7f161ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub fn main() void {

var args = std.process.argsWithAllocator(allocator) catch |err| switch (err) {
error.OutOfMemory => @panic("OOM"),
error.InvalidCmdLine => @panic("Invalid command line"),
};
const prog_name = args.next() orelse "vulkan-zig-generator";

Expand Down

0 comments on commit 7f161ce

Please sign in to comment.