Skip to content

Commit

Permalink
delete some commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
perbu committed Nov 26, 2023
1 parent 514a5e2 commit 786dd8f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actor/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ func (r *Registry) get(pid *PID) Processer {
if proc, ok := r.lookup[pid.ID]; ok {
return proc
}
/*
if proc, ok := r.lookup["deadletter"]; ok {
return proc
}
*/
return nil // didn't find the processer
}

Expand Down

0 comments on commit 786dd8f

Please sign in to comment.