summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-24 22:52:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-24 22:52:23 +0300
commit13c76efcfc94f3c97183962f91146a851bd7a9d3 (patch)
treea8c5de71220b388c0e4b40974401f0f70aec971b /cider-common.el
parent1fa530a18fd2d8554900860b19161f9e65aa420c (diff)
[Fix #2347] Remove direct manipulations of cider-ancillary-buffers
CIDER's popups had a way to track those automatically for a while, it's time to leverage this consistently.
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/cider-common.el b/cider-common.el
index 4881b838..2c115f8e 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -50,10 +50,6 @@ Should be set before loading CIDER."
:group 'cider
:package-version '(cider . "0.15.0"))
-(defvar cider-ancillary-buffers nil
- "A list ancillary buffers created by the various CIDER commands.
-We track them mostly to be able to clean them up on quit.")
-
(defun cider--should-prompt-for-symbol (&optional invert)
"Return the value of the variable `cider-prompt-for-symbol'.
Optionally invert the value, if INVERT is truthy."