Skip to content

Commit

Permalink
Remove superfluous and now erroneous TRAVERSE methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Jan 7, 2013
1 parent 8701750 commit 612a9f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bridge.lisp
Expand Up @@ -16,9 +16,3 @@
(defmethod perform ((op load-op) (b xcvb-build))
(declare (ignorable op))
(xcvb-driver:build-and-load (build-name b)))

(defmethod traverse ((op compile-op) (b xcvb-build))
(list (cons op b)))

(defmethod traverse ((op load-op) (b xcvb-build))
(list (cons op b)))

0 comments on commit 612a9f7

Please sign in to comment.