From 97fac41194bdaf2e1fff1963beebb334fa0da1a7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 30 May 2018 12:57:21 +0200 Subject: [PATCH] Revert "ob-C: Provide `ob-C++' and `ob-D'" This reverts commit f35994b3147e9a086681197943d3fe661b122c25. --- lisp/ob-C.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/ob-C.el b/lisp/ob-C.el index 1e35d08c3..2a7eadf8d 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -463,7 +463,5 @@ specifying a variable with the name of the table." table table table)))))) (provide 'ob-C) -(provide 'ob-C++) -(provide 'ob-D) ;;; ob-C.el ends here