Skip to content

Commit 47ddc8c

Browse files
committed
remove no used line
1 parent c014d11 commit 47ddc8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ptrace.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ pub fn main() !void {
2121
const pid = linux.fork();
2222
if (pid == 0) {
2323
// we are the child
24-
// child ptrace enabled
25-
// const traceme_rc = linux.ptrace(linux.PTRACE.TRACEME, 0, 0, 0, 0);
26-
// try stdout.print("ptrace traceme rc={}...\n", .{traceme_rc});
2724
const env = [_:null]?[*:0]u8{null};
2825
const arg_len = args.len - 1;
2926
var args_ptrs: [1024:null]?[*:0]const u8 = undefined;

0 commit comments

Comments
 (0)