Remove unnecessary requires of rx

* lisp/cedet/semantic/wisent/python.el (rx):
* test/src/process-tests.el (rx): Remove unnecessary requires.
This commit is contained in:
Stefan Kangas 2021-03-22 00:02:14 +01:00
parent aa21273788
commit cb5d1fe1aa
2 changed files with 0 additions and 3 deletions

View file

@ -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)