summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-30 12:57:21 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-05-30 12:57:21 +0200
commit97fac41194bdaf2e1fff1963beebb334fa0da1a7 (patch)
treea7cd31b2d9738ce8e8868f920113ae2ac7fa8dc5
parentb0e28fa4c6bfdc762c0f64bbd1fbc7baac3f0140 (diff)
downloadorg-mode-97fac41194bdaf2e1fff1963beebb334fa0da1a7.tar.gz
Revert "ob-C: Provide `ob-C++' and `ob-D'"
This reverts commit f35994b3147e9a086681197943d3fe661b122c25.
-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 1e35d08..2a7eadf 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