From cb5d1fe1aa9f280d60fcb33b58fc83ace3d95081 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 22 Mar 2021 00:02:14 +0100 Subject: Remove unnecessary requires of rx * lisp/cedet/semantic/wisent/python.el (rx): * test/src/process-tests.el (rx): Remove unnecessary requires. --- lisp/cedet/semantic/wisent/python.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/cedet') 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) -- cgit v1.2.3