2002-03-24 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 23 Mar 2002 20:21:21 +0000 (20:21 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 23 Mar 2002 20:21:21 +0000 (20:21 -0000)
commita7a9b895568309b74e7d576716d130250b9dcc1d
treecc91967948bf8bc675e2d3145877d7083df6c1b9
parent8ef7876a77e0122a7f683bdb9046619a13ee9e38
2002-03-24  Nick Drochak  <ndrochak@gol.com>

* ILGenerator.cs: Use #if-#endif instead of if(false){} to disable
code.  This way there is no compiler warning.

* TypeBuilder.cs: Removed the returns that came after the throws.
This removes a few more compiler warnings. Also marked with MonoTODO
all places where we throw NotImplemented exceptions.

svn path=/trunk/mcs/; revision=3294
mcs/class/corlib/System.Reflection.Emit/ChangeLog
mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs