C#: Cleanup implementation.

This commit is contained in:
Michael Nebel
2024-03-04 14:16:58 +01:00
parent bf27f203d5
commit af06202241
8 changed files with 2 additions and 76 deletions

View File

@@ -58,7 +58,6 @@ namespace Semmle.Extraction.CSharp.Standalone
output.WriteLine("Additional options:\n");
output.WriteLine(" --threads:nnn Specify number of threads (default=CPU cores)");
output.WriteLine(" --verbose Produce more output");
output.WriteLine(" --pdb Cross-reference information from PDBs where available");
}
private Options()