diff --git a/helm-core.el b/helm-core.el index 12d2d3f76..ad89b6cf8 100644 --- a/helm-core.el +++ b/helm-core.el @@ -34,12 +34,6 @@ (require 'helm-multi-match) (require 'helm-source) -;; Ensure async-bytecomp is used even with helm-core package. -(declare-function async-bytecomp-package-mode "ext:async-bytecomp.el") -(when (require 'async-bytecomp nil t) - (and (fboundp 'async-bytecomp-package-mode) - (async-bytecomp-package-mode 1))) - ;; Setup completion styles for helm-mode (helm--setup-completion-styles-alist)