Add default suppress to compiler options message

This commit is contained in:
Troy Dai 2016-01-20 14:56:29 -08:00
parent 7555793363
commit 1b8f3a0025
10 changed files with 55 additions and 36 deletions

View file

@ -374,9 +374,6 @@ namespace Microsoft.DotNet.Tools.Compiler
.Execute();
}
}
private static void CopyExport(string outputPath, LibraryExport export)
{