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; continue;
if (checkedMethods++ >= 1000) if (checkedMethods++ >= 1000)
goto done; goto done;
if (!DeepSea.DsMethodCallInliner.canInline(method)) if (!DsMethodCallInliner.canInline(method))
continue; continue;
foundProxies++; foundProxies++;
} }