Remove now-broken elisp that depends on utop-ocaml-preprocessor

This commit is contained in:
Mitchell Plamann 2019-07-12 13:18:11 -04:00 committed by Perry E. Metzger
parent ca00ce6146
commit 7bd35e08ae
1 changed files with 0 additions and 4 deletions

View File

@ -1023,10 +1023,6 @@ defaults to 0."
(defun utop-hack-local-variables ()
"Perform actions defined by local variables"
(when utop-ocaml-preprocessor
(with-current-buffer (utop))
(utop-eval-string (format "#%s" utop-ocaml-preprocessor))
(message (format "uTop: %s OCaml preprocessor loaded" utop-ocaml-preprocessor)))
(utop-query-load-package-list))
;; +-----------------------------------------------------------------+