| author | |
| committer | |
| log | d61a62761034e80fe79090e70d8f9a1ce497a9f2 |
| tree | c433ff1f8683f63245ccba6a60efa71391fa97f5 |
| parent | 927aca57acc3c30689323212c434f90dcb8f5b64 |
1 files changed, 0 insertions(+), 3 deletions(-)
src/cmd_fetch.zig-3| ... | ... | @@ -45,9 +45,6 @@ fn fetch_deps(dir: []const u8, mpath: []const u8) anyerror!void { |
| 45 | 45 | try run_cmd(p, &[_][]const u8{"git", "pull"}); |
| 46 | 46 | } |
| 47 | 47 | }, |
| 48 | else => { | |
| 49 | std.debug.panic("fetch: unhandled dep type: {}\n", .{@tagName(d.type)}); | |
| 50 | } | |
| 51 | 48 | } |
| 52 | 49 | switch (d.type) { |
| 53 | 50 | else => { |