is it just me or is the `daemonize()` method in `P...
# development
h
is it just me or is the
daemonize()
method in
ProcessManager
not actuallydo anything? @witty-crayon-22786
w
it does a double fork
h
right, but we're no longer double-forking pantsd, right? I don't see anything other than test code making calls to it
w
but maybe i don’t understand the question
h
is there any reason not to delete that entire method from
ProcessManager
?
w
ah. well, “not doing anything” and “not being called” are pretty different, heh
if it’s dead code, then can kill it, yea.
❤️ 1
h
it looks like dead code to me. i remember you or someone else saying that double-forking was the way pantsd used to work, but no longer is
👍 1
so okay, I'll remove that method and the test code that exercises it