forked from mirror/vulkan-zig
Merge pull request #121 from Mikastiv/master
remove no longer used error from set
This commit is contained in:
@@ -14,7 +14,6 @@ pub fn main() void {
|
|||||||
|
|
||||||
var args = std.process.argsWithAllocator(allocator) catch |err| switch (err) {
|
var args = std.process.argsWithAllocator(allocator) catch |err| switch (err) {
|
||||||
error.OutOfMemory => @panic("OOM"),
|
error.OutOfMemory => @panic("OOM"),
|
||||||
error.InvalidCmdLine => @panic("Invalid command line"),
|
|
||||||
};
|
};
|
||||||
const prog_name = args.next() orelse "vulkan-zig-generator";
|
const prog_name = args.next() orelse "vulkan-zig-generator";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user