branch: elpa/helm commit b773289689c808329e303f15842181b0fa864a37 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove obsolete and unneeded function --- helm-utils.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm-utils.el b/helm-utils.el index ff958ab9e5..0bd6ed24ba 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -1040,10 +1040,6 @@ If FILE is a directory, open this directory." (dired (file-name-directory file)) (dired-goto-file file))) -(defun helm-require-or-error (feature function) - (or (require feature nil t) - (error "Need %s to use `%s'." feature function))) - (defun helm-find-file-as-root (candidate) (let* ((buf (helm-basename candidate)) (host (file-remote-p candidate 'host))