Skip to content

Commit

Permalink
Remove duplicate defgeneric for WRITE-BUNDLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Apr 24, 2015
1 parent fd59d0d commit 97f22f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quicklisp/bundle.lisp
Expand Up @@ -20,7 +20,6 @@

(defgeneric write-loader-script (bundle stream))
(defgeneric write-system-index (bundle stream))
(defgeneric write-bundle (bundle target))

(defgeneric unpack-release (release target))
(defgeneric unpack-releases (bundle target))
Expand Down

0 comments on commit 97f22f1

Please sign in to comment.