Skip to content

Commit

Permalink
remove unused variable causing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vandonr authored Jan 14, 2025
1 parent ee7f8d5 commit 039aa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/build/_build/Build.ExplorationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static bool TryLoadAssembly(string testAssemblyPath, [NotNullWhen(true)] out Ass
assembly = Assembly.LoadFile(testAssemblyPath);
return true;
}
catch (BadImageFormatException e)
catch (BadImageFormatException)
{
// ignore
}
Expand Down

0 comments on commit 039aa54

Please sign in to comment.