From 4191cb7b9cfefbdfeb3a677833e1a49523a1b312 Mon Sep 17 00:00:00 2001 From: Dan Farina Date: Tue, 4 Oct 2011 00:18:40 -0700 Subject: [PATCH] Eliminate dead code An oversight; this code should probably have been pruned in 20e598abcce655f1952c0eedea89e11ea5c7c384. Signed-off-by: Dan Farina --- lib/foreman/engine.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index b624986..cec3f61 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -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"