Skip to content

Commit

Permalink
Revert "Temporary patch for dlists equality testing"
Browse files Browse the repository at this point in the history
This reverts commit dbc6c37.
  • Loading branch information
mrjbq7 committed Apr 27, 2014
1 parent 958cfba commit 2d10044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basis/dlists/dlists.factor
Expand Up @@ -35,7 +35,6 @@ TUPLE: dlist

M: dlist deque-empty? front>> not ; inline

M: dlist-node equal? over dlist-node? [ [ obj>> ] same? ] [ 2drop f ] if ;
M: dlist equal?
over dlist? [
[ front>> ] bi@
Expand Down

0 comments on commit 2d10044

Please sign in to comment.