From b078b63542bb3c77041f97bfbc9b9eeaa1fdb507 Mon Sep 17 00:00:00 2001 From: Nick Gregory Date: Mon, 20 Nov 2023 13:24:33 -0500 Subject: [PATCH] remove stray comment --- Source/santad/ProcessTree/process_tree.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/santad/ProcessTree/process_tree.cc b/Source/santad/ProcessTree/process_tree.cc index 958565966..75242985e 100644 --- a/Source/santad/ProcessTree/process_tree.cc +++ b/Source/santad/ProcessTree/process_tree.cc @@ -31,8 +31,6 @@ namespace santa::santad::process_tree { void ProcessTree::BackfillInsertChildren( absl::flat_hash_map> &parent_map, std::shared_ptr parent, const Process &unlinked_proc) { - // We could also pull e.g. start time, pgid, associated tty, etc. from - // bsdinfo here. auto proc = std::make_shared( unlinked_proc.pid_, unlinked_proc.effective_cred_, // Re-use shared pointers from parent if value equivalent