Remove namespace prefix

This commit is contained in:
de4dot 2012-05-11 18:17:51 +02:00
parent cd014f1d72
commit 94ee4064ed

View File

@ -196,7 +196,7 @@ namespace de4dot.code.deobfuscators.DeepSea {
continue;
if (checkedMethods++ >= 1000)
goto done;
if (!DeepSea.DsMethodCallInliner.canInline(method))
if (!DsMethodCallInliner.canInline(method))
continue;
foundProxies++;
}