| ... | @@ -76,10 +76,6 @@ pub fn create_depszig(dir: []const u8, top_module: u.Module, list: *std.ArrayLis | ... | @@ -76,10 +76,6 @@ pub fn create_depszig(dir: []const u8, top_module: u.Module, list: *std.ArrayLis |
| 76 | \\ | 76 | \\ |
| 77 | }); | 77 | }); |
| 78 | | 78 | |
| 79 | // try w.writeAll("pub const _ids = .{\n"); | | |
| 80 | // try print_ids(w, list.items); | | |
| 81 | // try w.writeAll("};\n\n"); | | |
| 82 | | | |
| 83 | try w.writeAll("pub const dirs = struct {\n"); | 79 | try w.writeAll("pub const dirs = struct {\n"); |
| 84 | try print_dirs(w, list.items); | 80 | try print_dirs(w, list.items); |
| 85 | try w.writeAll("};\n\n"); | 81 | try w.writeAll("};\n\n"); |