From: Stefan Monnier Date: Sat, 16 Feb 2019 00:07:20 +0000 (-0500) Subject: * lisp/progmodes/cc-engine.el: Remove unneeded require of 'cl' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~3989 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f390147f7b815a7e4345caff04f692c6a897a619;p=emacs.git * lisp/progmodes/cc-engine.el: Remove unneeded require of 'cl' --- 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.