Fix compiler warning about unused variable

This commit is contained in:
Andrew Schwartzmeyer 2016-02-24 15:02:39 -08:00
parent ca26f2dea6
commit 1b59a60550

View File

@ -388,7 +388,7 @@ OPTIONS
this.currentPowerShell.Invoke(null, settings);
}
}
catch (IncompleteParseException e)
catch (IncompleteParseException)
{
incompleteLine = true;
cmd = cmd.Trim();