Tried and it isn't really worth it

svn: r15300
This commit is contained in:
Jay McCarthy 2009-06-26 16:38:37 +00:00
parent e81b1822a6
commit 6964afbf36

View File

@ -24,7 +24,6 @@
[(struct dv (_ _ vec))
(vector-set! vec pos new-val)]))
; XXX Make this more efficient by preserving previous vector
(define (dv:append a-dv item)
(match a-dv
[(struct dv (real used vec))