From d0395286380f91e228ad9105b30e38aa807ad33d Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 1 Nov 2017 16:48:10 -0400 Subject: [PATCH] Remove unused variable --- TGCommandLine/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TGCommandLine/Program.cs b/TGCommandLine/Program.cs index 0d45e1573a..20565f33cc 100644 --- a/TGCommandLine/Program.cs +++ b/TGCommandLine/Program.cs @@ -9,7 +9,6 @@ namespace TGCommandLine class Program { - static bool interactive = false; static Interface currentInterface; static Command.ExitCode RunCommandLine(IList argsAsList) {