summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-11-07 21:46:08 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-11-07 21:46:08 +0100
commit77f088066da9eef05e6148545faf0772bcc836a9 (patch)
tree36b68e0cc77a9dc3b32c1ab09ae73c161f63e972
parentf49833293a74b8ede7dcbd05b13eb5d8ed0ec0d6 (diff)
downloadorg-mode-77f088066da9eef05e6148545faf0772bcc836a9.tar.gz
Silence byte-compiler
-rw-r--r--lisp/ob-C.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ob-C.el b/lisp/ob-C.el
index c42ccea..0857795 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)