Don't print message since the code is now much faster

This commit is contained in:
de4dot 2011-11-02 02:39:53 +01:00
parent e3b767adcc
commit c177c2ff42

View File

@ -420,8 +420,6 @@ namespace de4dot.deobfuscators.dotNET_Reactor {
if (!options.InlineMethods || !options.RemoveInlinedMethods)
return;
Log.n("Finding all unused inlined methods");
// Not all garbage methods are inlined, possibly because we remove some code that calls
// the garbage method before the methods inliner has a chance to inline it. Try to find
// all garbage methods and other code will figure out if there are any calls left.