branch: elpa/cider
commit 01e45782c11c08f426c1b6281251e394b609835f
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Remove obsolete code
---
 lisp/cider-test.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/cider-test.el b/lisp/cider-test.el
index e23b1ddefc3..fb99f5c3c27 100644
--- a/lisp/cider-test.el
+++ b/lisp/cider-test.el
@@ -61,8 +61,6 @@
   :type 'boolean
   :package-version '(cider . "0.9.0"))
 
-(make-obsolete 'cider-test-defining-forms nil "1.8.0")
-
 (defvar cider-test--current-repl nil
   "Contains the reference to the REPL where the tests were last invoked from.
 This is needed for *cider-test-report* navigation

Reply via email to