Skip to content

Commit d4af6ba

Browse files
committed
Revert "trace2:data: add trace2 sub-process classification"
This reverts commit a1ab077.
1 parent 60363bf commit d4af6ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sub-process.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ int subprocess_start(struct hashmap *hashmap, struct subprocess_entry *entry, co
8888
process->out = -1;
8989
process->clean_on_exit = 1;
9090
process->clean_on_exit_handler = subprocess_exit_handler;
91-
process->trace2_child_class = "subprocess";
9291

9392
err = start_command(process);
9493
if (err) {

0 commit comments

Comments
 (0)