From bd5564405a4f1237c9ebeedffd6517e57499df67 Mon Sep 17 00:00:00 2001 From: Donald Ephraim Curtis Date: Thu, 2 Feb 2012 13:22:27 -0600 Subject: [PATCH] Remove commented functions. --- melpa.el | 14 -------------- 1 file changed, 14 deletions(-) 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)