remove unused variable

This commit is contained in:
jonsequitur 2017-03-22 15:47:54 -07:00
parent 4a2c3932e7
commit 857df6a384

View file

@ -31,7 +31,7 @@ namespace Microsoft.DotNet.Cli
Console.WriteLine(suggestion);
}
}
catch (Exception e)
catch (Exception)
{
return 1;
}