diff --git a/melpa.el b/melpa.el index 438eeef8..b4998668 100644 --- a/melpa.el +++ b/melpa.el @@ -74,20 +74,6 @@ ARCHIVE is the string name of the package archive." (print requirements)) -;; ;;;###autoload -;; (defadvice package-download-tar -;; (after package-download-tar-initialize activate compile) -;; "initialize the package after compilation" -;; (package-initialize)) - - -;; ;;;###autoload -;; (defadvice package-download-single -;; (after package-download-single-initialize activate compile) -;; "initialize the package after compilation" -;; (package-initialize)) - - ;;;###autoload (defadvice package--add-to-archive-contents (around package-filter-add-to-archive-contents (package archive)