From 612a9f73764077de095982b0f9c2b321934fd782 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Mon, 7 Jan 2013 00:34:50 -0500 Subject: [PATCH] Remove superfluous and now erroneous TRAVERSE methods. --- bridge.lisp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bridge.lisp b/bridge.lisp index 0533d17..4a2532a 100644 --- a/bridge.lisp +++ b/bridge.lisp @@ -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)))