[Gd-chatter] r11153 - trunk/libraries/collection-extensions
prom at gwydiondylan.org
prom at gwydiondylan.org
Thu Jan 25 17:39:41 CET 2007
Author: prom
Date: Thu Jan 25 17:39:40 2007
New Revision: 11153
Modified:
trunk/libraries/collection-extensions/gd-library.dylan
Log:
Job: minor
Removed unwanted import in CollExt on GD.
Modified: trunk/libraries/collection-extensions/gd-library.dylan
==============================================================================
--- trunk/libraries/collection-extensions/gd-library.dylan (original)
+++ trunk/libraries/collection-extensions/gd-library.dylan Thu Jan 25 17:39:40 2007
@@ -53,7 +53,6 @@
define module subseq
use dylan;
use byte-vector;
- use dylan-extensions, import: { \copy-down-method-definer };
export subsequence, <subsequence>, <byte-vector-subsequence>;
end module subseq;
More information about the chatter
mailing list