From e80894fcc0ebaa168a81a729fd22616df0026c73 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 8 Nov 2014 10:18:42 +0100 Subject: [PATCH] Silence byte-compiler --- lisp/ob-C.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/ob-C.el b/lisp/ob-C.el index 2fcec790c..c460be326 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -30,8 +30,6 @@ ;; - not much in the way of error feedback ;;; Code: -(eval-when-compile - (require 'cl)) (require 'ob) (require 'cc-mode)