From: Stefan Kangas Date: Sun, 21 Mar 2021 23:02:14 +0000 (+0100) Subject: Remove unnecessary requires of rx X-Git-Tag: emacs-28.0.90~3181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081;p=emacs.git Remove unnecessary requires of rx * lisp/cedet/semantic/wisent/python.el (rx): * test/src/process-tests.el (rx): Remove unnecessary requires. --- diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index 7a5761ce8c8..9ac4ed9f518 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el @@ -27,8 +27,6 @@ ;;; Code: -(require 'rx) - ;; Try to load python support, but fail silently since it is only used ;; for optional functionality (require 'python nil t) diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 17aef30a433..b64c82c87d0 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -26,7 +26,6 @@ (require 'cl-lib) (require 'ert) (require 'puny) -(require 'rx) (require 'subr-x) (require 'dns)