Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest committed Aug 14, 2024
1 parent c31c5e5 commit a4f7dbe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ public class FastNewVisibilityGenerator : CodeGenerator<FastNewVisibilityGenerat

internal const string ClassName = "FastNew";

internal const string DelegateName = "FastNewDelegate";

public override CodeGenerationResult Generate(in GeneratorOptions options)
{
CodeBuilder builder = new(1024, in options);
Expand Down

0 comments on commit a4f7dbe

Please sign in to comment.