Remove method since base class now has the same method

This commit is contained in:
de4dot 2012-02-08 15:19:45 +01:00
parent 1e3daf3b45
commit bb89ce2983

View File

@ -37,10 +37,6 @@ namespace de4dot.code.deobfuscators.CliSecure {
setDelegateCreatorMethod(lookup(method, "Could not find delegate creator method"));
}
T lookup<T>(T def, string errorMessage) where T : MemberReference {
return DeobUtils.lookup(module, def, errorMessage);
}
public void findDelegateCreator() {
foreach (var type in module.Types) {
var methodName = "System.Void " + type.FullName + "::icgd(System.Int32)";