mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
stage2: remove extranneous debug
This commit is contained in:
parent
bcf3eb5663
commit
4a6f918029
@ -17295,8 +17295,6 @@ fn resolvePeerTypes(
|
||||
// turn []T => []const T
|
||||
var info = chosen_ty.ptrInfo();
|
||||
info.data.mutable = false;
|
||||
|
||||
std.debug.print("TYPE: {}\n", .{Type.ptr(sema.arena, info.data)});
|
||||
return Type.ptr(sema.arena, info.data);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user