Skip to content

Commit

Permalink
Don't add remote signal handler
Browse files Browse the repository at this point in the history
Looks like something else has changed since
4497310 to make this unnecessary. Yay!

refs #127, 133
  • Loading branch information
trptcolin committed Feb 21, 2014
1 parent 37017e6 commit 035de1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clj/reply/eval_modes/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@
(binding [*print-length* nil
*print-level* nil]
(pr-str (list 'do
(reply.initialization/export-definition
'reply.signals/set-signal-handler!)
'(set-signal-handler! "INT" (fn [s]))
(reply.initialization/construct-init-code
options)))))
(handle-client-interruption! client)
Expand Down

0 comments on commit 035de1e

Please sign in to comment.