Browse Source

Removed unused variable

pull/924/head
Wiesław Šoltés 9 years ago
parent
commit
e2489a6b28
  1. 2
      tests/Avalonia.DesignerSupport.Tests/Checker.cs

2
tests/Avalonia.DesignerSupport.Tests/Checker.cs

@ -23,7 +23,7 @@ namespace Avalonia.DesignerSupport.Tests
{
Assembly.LoadFrom(asm);
}
catch (Exception e)
catch (Exception)
{
}
var dic = new Dictionary<string, object>();

Loading…
Cancel
Save