Skip to content

Commit

Permalink
removed TAGS and BRANCHES classes, we don't need them any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Jan 30, 2010
1 parent 681f40a commit c8edb1c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions github.lisp
Expand Up @@ -156,14 +156,6 @@ slots."))
((languages :reader languages))
(:documentation "List of languages."))

(defclass tags ()
((tags :reader tags))
(:documentation "List of tags on a repository."))

(defclass branches ()
((branches :reader branches))
(:documentation "List of branches on a repository."))

(defclass parents ()
(id)
;; Yes this is a little strange... but this is how github does it, it
Expand Down

0 comments on commit c8edb1c

Please sign in to comment.