From f146632285282ae127ae3e0c9a0e48ea5fa7cae7 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 19 Nov 2004 15:03:08 +0000 Subject: 2004-11-19 Martin Baulig * Wrappers.cs: Removed all the FIXME's. GMCS can now compile the original, unmodified code :-) svn path=/trunk/mcs/; revision=36319 --- mcs/class/Mono.C5/ChangeLog | 5 +++++ mcs/class/Mono.C5/Wrappers.cs | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'mcs/class/Mono.C5') diff --git a/mcs/class/Mono.C5/ChangeLog b/mcs/class/Mono.C5/ChangeLog index 08587b4e45e..1be84c3d9d7 100644 --- a/mcs/class/Mono.C5/ChangeLog +++ b/mcs/class/Mono.C5/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Martin Baulig + + * Wrappers.cs: Removed all the FIXME's. GMCS can now compile the + original, unmodified code :-) + 2004-11-12 Martin Baulig * Wrappers.cs: Added workaround for #69082. diff --git a/mcs/class/Mono.C5/Wrappers.cs b/mcs/class/Mono.C5/Wrappers.cs index e9310b83ad7..e156e84fd42 100644 --- a/mcs/class/Mono.C5/Wrappers.cs +++ b/mcs/class/Mono.C5/Wrappers.cs @@ -897,11 +897,7 @@ namespace C5 /// The comparer to use in the result /// public IIndexedSorted Map(Mapper m, IComparer c) -#if FIXME - { return indexedsorted.Map(m, c); } -#else { return indexedsorted.Map(m, c); } -#endif #endregion @@ -1116,11 +1112,7 @@ namespace C5 /// The type of items of the new list /// The mapper to use. /// The mapped list -#if FIXME - public IList Map(Mapper mapper) { return list.Map(mapper); } -#else public IList Map(Mapper mapper) { return list.Map(mapper); } -#endif /// /// Perform Map on the wrapped list. The result is not necessarily read-only. @@ -1129,11 +1121,7 @@ namespace C5 /// The delegate defining the map. /// The hasher to use for the new list /// The new list. -#if FIXME - public IList Map(Mapper mapper, IHasher hasher) { return list.Map(mapper, hasher); } -#else public IList Map(Mapper mapper, IHasher hasher) { return list.Map(mapper, hasher); } -#endif /// /// since this is a read-only wrappper -- cgit v1.2.3