Skip to content

Commit

Permalink
Remove unused constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jan 23, 2024
1 parent 1193061 commit b493bb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Bonsai.Sgen/CSharpTypeResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ public CSharpTypeResolver(CSharpGeneratorSettings settings)
{
}

public CSharpTypeResolver(CSharpGeneratorSettings settings, JsonSchema exceptionSchema)
: base(settings, exceptionSchema)
{
}

public override JsonSchema RemoveNullability(JsonSchema schema)
{
JsonSchema? selectedSchema = null;
Expand Down

0 comments on commit b493bb9

Please sign in to comment.