We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60363bf commit d4af6baCopy full SHA for d4af6ba
1 file changed
sub-process.c
@@ -88,7 +88,6 @@ int subprocess_start(struct hashmap *hashmap, struct subprocess_entry *entry, co
88
process->out = -1;
89
process->clean_on_exit = 1;
90
process->clean_on_exit_handler = subprocess_exit_handler;
91
- process->trace2_child_class = "subprocess";
92
93
err = start_command(process);
94
if (err) {
0 commit comments