Skip to content

Commit

Permalink
fix: Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Langsenkamp committed Jun 10, 2020
1 parent b92da91 commit ae3dc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Editor/Weaver/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public static IEnumerable<FieldDefinition> FindAllPublicFields(this TypeDefiniti
{
typeDefinition = typeDefinition.BaseType.Resolve();
}
catch (System.Exception e)
catch
{
break;
}
Expand Down

0 comments on commit ae3dc04

Please sign in to comment.