From 9e8e7bd51052d14a498819f7ef2f432e58a01993 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sun, 3 Apr 2016 13:41:18 +0200 Subject: [PATCH] remove dead code --- src/clj/lambdacd/internal/execution.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj/lambdacd/internal/execution.clj b/src/clj/lambdacd/internal/execution.clj index 03af4684..979bd9b1 100644 --- a/src/clj/lambdacd/internal/execution.clj +++ b/src/clj/lambdacd/internal/execution.clj @@ -62,7 +62,6 @@ (let [is-killed (:is-killed ctx) step-id (:step-id ctx) build-number (:build-number ctx) - result-ch (:result-channel ctx) subscription (event-bus/subscribe ctx :kill-step) kill-payloads (event-bus/only-payload subscription)] (async/go-loop []