Eliminate dead code

An oversight; this code should probably have been pruned in
20e598abcc.

Signed-off-by: Dan Farina <drfarina@acm.org>
This commit is contained in:
Dan Farina
2011-10-04 00:18:40 -07:00
parent 90d4dffb82
commit 4191cb7b9c

View File

@@ -225,10 +225,6 @@ private ######################################################################
end
end
def runner
File.expand_path("../../../bin/foreman-runner", __FILE__)
end
def terminate_gracefully
info "sending SIGTERM to all processes"
kill_all "SIGTERM"