branch: master
commit 9679bd7c7197a8e05df987a05c06284122e30687
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    swiper.el (swiper--ivy): Remove obsolete version check
---
 swiper.el |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/swiper.el b/swiper.el
index cd13b8c..be0ca11 100644
--- a/swiper.el
+++ b/swiper.el
@@ -259,9 +259,6 @@ there have line numbers. In the buffer, `ivy--regex' should 
be used."
   "`isearch' with an overview using `ivy'.
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
-  (unless (eq (length (help-function-arglist 'ivy-read)) 4)
-    (warn "You seem to be using the outdated stand-alone \"ivy\" package.
-Please remove it and update the \"swiper\" package."))
   (swiper--init)
   (let ((candidates (swiper--candidates))
         (preselect (buffer-substring-no-properties

Reply via email to