diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-02-15 19:07:20 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-02-15 19:07:20 -0500 |
commit | f390147f7b815a7e4345caff04f692c6a897a619 (patch) | |
tree | df0387e959f7af9a1a1ee54f67ee2190a2c78403 /lisp | |
parent | fd0ab0b9bd5991c1a2c598a7c78ec3f491a783bd (diff) | |
download | emacs-f390147f7b815a7e4345caff04f692c6a897a619.tar.gz |
* lisp/progmodes/cc-engine.el: Remove unneeded require of 'cl'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index b4c12896f36..071efbc55b5 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -152,8 +152,6 @@ (cc-require-when-compile 'cc-langs) (cc-require 'cc-vars) -(eval-when-compile (require 'cl)) - ;; Make declarations for all the `c-lang-defvar' variables in cc-langs. |