From 77f088066da9eef05e6148545faf0772bcc836a9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 7 Nov 2014 21:46:08 +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 c42ccea52..085779557 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -31,8 +31,6 @@ ;; - not much in the way of error feedback ;;; Code: -(eval-when-compile - (require 'cl)) (require 'ob) (require 'cc-mode) -- 2.11.4.GIT