diff options
| author | Stefan Monnier | 2019-02-15 19:07:20 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2019-02-15 19:07:20 -0500 |
| commit | f390147f7b815a7e4345caff04f692c6a897a619 (patch) | |
| tree | df0387e959f7af9a1a1ee54f67ee2190a2c78403 | |
| parent | fd0ab0b9bd5991c1a2c598a7c78ec3f491a783bd (diff) | |
| download | emacs-f390147f7b815a7e4345caff04f692c6a897a619.tar.gz emacs-f390147f7b815a7e4345caff04f692c6a897a619.zip | |
* lisp/progmodes/cc-engine.el: Remove unneeded require of 'cl'
| -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 @@ | |||
| 152 | (cc-require-when-compile 'cc-langs) | 152 | (cc-require-when-compile 'cc-langs) |
| 153 | (cc-require 'cc-vars) | 153 | (cc-require 'cc-vars) |
| 154 | 154 | ||
| 155 | (eval-when-compile (require 'cl)) | ||
| 156 | |||
| 157 | 155 | ||
| 158 | ;; Make declarations for all the `c-lang-defvar' variables in cc-langs. | 156 | ;; Make declarations for all the `c-lang-defvar' variables in cc-langs. |
| 159 | 157 | ||