mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +00:00
remove unused functions.
This commit is contained in:
parent
fce69f2eef
commit
759ec4f2d0
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue