From d72128ec832bf204e1837c630de031e9670614e0 Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Sat, 6 Oct 2018 13:30:13 -0700 Subject: Remove unused method parameters. --- Duplicati/CommandLine/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Duplicati/CommandLine/Commands.cs') diff --git a/Duplicati/CommandLine/Commands.cs b/Duplicati/CommandLine/Commands.cs index 6a336e326..dda56c303 100644 --- a/Duplicati/CommandLine/Commands.cs +++ b/Duplicati/CommandLine/Commands.cs @@ -740,7 +740,7 @@ namespace Duplicati.CommandLine return 200; } - public static int PrintInvalidCommand(TextWriter outwriter, string command, List args) + public static int PrintInvalidCommand(TextWriter outwriter, string command) { outwriter.WriteLine(Strings.Program.InvalidCommandError(command)); return 200; -- cgit v1.2.3