* LocalBuilder.cs: another s.ioe svn path=/trunk/mcs/; revision=33256
@@ -1,3 +1,7 @@
+2004-09-02 Ben Maurer <[email protected]>
+
+ * LocalBuilder.cs: another s.ioe
2004-09-02 Ben Maurer <[email protected]>
* ModuleBuilder.cs: dont throw an S.IOE for debugging stuff.
@@ -65,7 +65,7 @@ namespace System.Reflection.Emit {
public void SetLocalSymInfo (string lname, int startOffset, int endOffset)
{
- throw new InvalidOperationException ();
+ // nop
}
public void SetLocalSymInfo (string lname)