Update to the latest IKVM.Reflection
[mono.git] / mcs / class / IKVM.Reflection / Reader / PEReader.cs
index 50928c88e03a85b2675bd129524ea71a2064620d..24152ce33a2788b29a77355f7c853e15da989332 100644 (file)
@@ -202,12 +202,6 @@ namespace IKVM.Reflection.Reader
                        VirtualAddress = br.ReadUInt32();
                        Size = br.ReadUInt32();
                }
-
-               internal void Write(IKVM.Reflection.Writer.MetadataWriter mw)
-               {
-                       mw.Write(VirtualAddress);
-                       mw.Write(Size);
-               }
        }
 
        class SectionHeader