Skip to content

Commit

Permalink
Remove unused local bindings from common-dylan.
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jun 24, 2014
1 parent 24b5c51 commit a30a76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/dylan/list.dylan
Expand Up @@ -849,7 +849,6 @@ define sealed method concatenate-as-two
if (empty?(first-seq))
l
else
let revcpy = #();
for (e in first-seq, revcpy = #() then pair(e, revcpy))
finally
let result = l;
Expand Down

0 comments on commit a30a76f

Please sign in to comment.