Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-05-20 17:36:41 +0400
committerJb Evain <jbevain@gmail.com>2008-05-20 17:36:41 +0400
commit0a5138e976ec6b4deb8b6443797df61287facaf6 (patch)
tree50711d19ea59de502f886b11c7f4261780dfe12f /mcs/class/System.Core/System.Linq/Queryable.cs
parent79da4a36819fbdd4f741b1af058f0113c157d00d (diff)
remove TODO
svn path=/trunk/mcs/; revision=103570
Diffstat (limited to 'mcs/class/System.Core/System.Linq/Queryable.cs')
-rw-r--r--mcs/class/System.Core/System.Linq/Queryable.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Core/System.Linq/Queryable.cs b/mcs/class/System.Core/System.Linq/Queryable.cs
index 1eee5700a37..4aaccdff3bb 100644
--- a/mcs/class/System.Core/System.Linq/Queryable.cs
+++ b/mcs/class/System.Core/System.Linq/Queryable.cs
@@ -149,7 +149,6 @@ namespace System.Linq {
return new QueryableEnumerable<TElement> (source);
}
- [MonoTODO]
public static IQueryable AsQueryable (this IEnumerable source)
{
if (source == null)