summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-22 00:02:14 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-22 01:06:32 +0100
commitcb5d1fe1aa9f280d60fcb33b58fc83ace3d95081 (patch)
tree2a62ce98d9fb9ada15c78b0df0125be487a403a6 /lisp/cedet/semantic
parentaa21273788a8727effd05e9ae5fb2b2369fbd559 (diff)
Remove unnecessary requires of rx
* lisp/cedet/semantic/wisent/python.el (rx): * test/src/process-tests.el (rx): Remove unnecessary requires.
Diffstat (limited to 'lisp/cedet/semantic')
-rw-r--r--lisp/cedet/semantic/wisent/python.el2
1 files changed, 0 insertions, 2 deletions
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)