Remove unused method

This commit is contained in:
de4dot 2012-03-26 19:55:41 +02:00
parent 716098d33a
commit e76321aaad

View File

@ -106,10 +106,6 @@ namespace de4dot.code.deobfuscators.MaxtoCode {
return data[offset];
}
public void readBytes(int offset, Array dest, int size) {
Buffer.BlockCopy(data, offset, dest, 0, size);
}
public uint readUInt32(int offset) {
return BitConverter.ToUInt32(data, offset);
}