summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-20 14:45:14 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-09-23 12:41:56 +0100
commit574d49f8bff6abab0e0efe4898ebe4acb6f104c8 (patch)
tree39c36569262a5d276bc5aeee6ecf95b1fdb50411 /cider-debug.el
parent5ed7e98a9b0842741d316dd155c1ce59d6a7f262 (diff)
Fix some unused lexical variables
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index eaef3b76..b42771b7 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -124,7 +124,7 @@ This variable must be set before starting the repl connection."
(defun cider--debug-response-handler (response)
"Handle responses from the cider.debug middleware."
- (nrepl-dbind-response response (status id instrumented-defs ns causes)
+ (nrepl-dbind-response response (status id causes)
(when (member "eval-error" status)
(cider--render-stacktrace-causes causes))
(when (member "need-debug-input" status)