Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Nov 20, 2023
1 parent 62bd517 commit b078b63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/santad/ProcessTree/process_tree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ namespace santa::santad::process_tree {
void ProcessTree::BackfillInsertChildren(
absl::flat_hash_map<pid_t, std::vector<const Process>> &parent_map,
std::shared_ptr<Process> 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<Process>(
unlinked_proc.pid_, unlinked_proc.effective_cred_,
// Re-use shared pointers from parent if value equivalent
Expand Down

0 comments on commit b078b63

Please sign in to comment.