branch: elpa/rainbow-delimiters
commit b9252e33d2cfe05eb720cae58c91ad5a85f3dcf3
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Remove unneeded require.
---
 rainbow-delimiters.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 34faf59468..25524a3287 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -146,9 +146,6 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl))
-
-
 ;; Note: some of the functions in this file have been inlined for speed.
 ;; Inlining functions can cause problems with debugging. To debug these
 ;; functions more easily, change defsubst -> defun.

Reply via email to