remove unused functions.

This commit is contained in:
Donald Curtis 2012-04-17 14:25:36 -05:00
parent fce69f2eef
commit 759ec4f2d0

View file

@ -312,14 +312,6 @@ seconds; the server cuts off after 10 requests in 20 seconds.")
(goto-char (point-min))
(read (current-buffer)))))
(defun pb/get-config (pkg-name)
"Get the configuration information for the given PKG-NAME."
(pb/read-from-file (format "epkgs/%s/.config" pkg-name)))
(defun pb/get-master (pkg-name)
"Get the configuration information for the given PKG-NAME."
(pb/read-from-file (format "epkgs/%s/master" pkg-name)))
(defun pb/create-tar (file dir &optional files)
"Create a tar FILE containing the contents of DIR, or just FILES if non-nil.