diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 2f2a6f206..8b3f2d6ca 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -96,10 +96,6 @@ (declare-function orgtbl-to-orgtbl "org-table" (table params)) (declare-function outline-show-all "outline" ()) (declare-function tramp-compat-make-temp-file "tramp-compat" (filename &optional dir-flag)) -(declare-function tramp-dissect-file-name "tramp" (name &optional nodefault)) -(declare-function tramp-file-name-host "tramp" (vec)) -(declare-function tramp-file-name-user "tramp" (vec)) -(declare-function with-parsed-tramp-file-name "tramp" (filename var &rest body) t) (defgroup org-babel nil "Code block evaluation and management in `org-mode' documents."