authorgravatar for mitchell.hashimoto@gmail.comMitchell Hashimoto <mitchell.hashimoto@gmail.com> 2022-02-25 13:37:07-08:00
committergravatar for mitchell.hashimoto@gmail.comMitchell Hashimoto <mitchell.hashimoto@gmail.com> 2022-02-25 13:37:07-08:00
log4a6f91802929ce62ce0cedff5258fd9afb8a6dcb
treec4297d57cafb2e71a18d1d5156fed057ea7d3c5e
parentbcf3eb5663af744dc5b6da7ec729d153c366dd42
signaturelock-open Commit is signed but in an unrecognized format.

stage2: remove extranneous debug


1 files changed, 0 insertions(+), 2 deletions(-)

src/Sema.zig-2
...@@ -17295,8 +17295,6 @@ fn resolvePeerTypes(...@@ -17295,8 +17295,6 @@ fn resolvePeerTypes(
17295 // turn []T => []const T17295 // turn []T => []const T
17296 var info = chosen_ty.ptrInfo();17296 var info = chosen_ty.ptrInfo();
17297 info.data.mutable = false;17297 info.data.mutable = false;
17298
17299 std.debug.print("TYPE: {}\n", .{Type.ptr(sema.arena, info.data)});
17300 return Type.ptr(sema.arena, info.data);17298 return Type.ptr(sema.arena, info.data);
17301 }17299 }
1730217300