Skip to content

Commit

Permalink
2006-03-26 Marek Safar <marek.safar@seznam.cz>
Browse files Browse the repository at this point in the history
	* rootcontext.cs (ResolveCore): Removed System.INullableValue.

svn path=/trunk/mcs/; revision=58540
  • Loading branch information
marek-safar committed Mar 26, 2006
1 parent 616566f commit dfebd48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mcs/gmcs/ChangeLog
@@ -1,3 +1,7 @@
2006-03-26 Marek Safar <marek.safar@seznam.cz>

* rootcontext.cs (ResolveCore): Removed System.INullableValue.

2006-03-23 Martin Baulig <martin@ximian.com>

* expression.cs (Is.DoResolve, As.DoResolve): Perform a dynamic
Expand Down
3 changes: 1 addition & 2 deletions mcs/gmcs/rootcontext.cs
Expand Up @@ -323,8 +323,7 @@ static public void ResolveCore ()
// Generic types
//
"System.Collections.Generic.IEnumerator`1",
"System.Collections.Generic.IEnumerable`1",
"System.INullableValue"
"System.Collections.Generic.IEnumerable`1"
};

foreach (string iname in interfaces_first_stage)
Expand Down

0 comments on commit dfebd48

Please sign in to comment.