1
Fork 0

remove redundant comment

main
Motiejus Jakštys 2022-02-26 10:46:06 +02:00 committed by Motiejus Jakštys
parent b02edc7190
commit f4c4dc535c
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ pub const ShellWriter = struct {
fullOffset += len;
const padding = pad.roundUpPadding(u12, ShellAlignment, fullOffset);
fullOffset += padding;
//const stderr = std.io.getStdErr().writer();
//stderr.print("\n", .{}) catch unreachable;
try self.blob.appendNTimes(0, padding);
}
return self;