mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
removed unused local variable
Former-commit-id: e8f50ee25c4c3eb847bf8cf3193658e910f7642e
This commit is contained in:
@@ -340,8 +340,6 @@ public final class CliParser {
|
||||
*/
|
||||
public void printHelp() {
|
||||
final HelpFormatter formatter = new HelpFormatter();
|
||||
final String nl = System.getProperty("line.separator");
|
||||
|
||||
final Options options = new Options();
|
||||
addStandardOptions(options);
|
||||
if (line != null && line.hasOption(ArgumentName.ADVANCED_HELP)) {
|
||||
|
||||
Reference in New Issue
Block a user