Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Apr 3, 2016
1 parent e381096 commit 9e8e7bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clj/lambdacd/internal/execution.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit 9e8e7bd

Please sign in to comment.