Remove unused variable

This commit is contained in:
Jordan Brown
2017-11-01 16:48:10 -04:00
committed by GitHub
parent dc534aae1c
commit d039528638
-1
View File
@@ -9,7 +9,6 @@ namespace TGCommandLine
class Program
{
static bool interactive = false;
static Interface currentInterface;
static Command.ExitCode RunCommandLine(IList<string> argsAsList)
{