Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Feb 8, 2024
1 parent 754170e commit 774326d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cs/Bootsharp.Publish.Test/TypesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ public void Temp ()
_ = new ValueMeta { Type = default, Nullable = true, TypeSyntax = "", Void = true, Serialized = true, Async = true, JSTypeSyntax = "", Instance = false, InstanceType = null } with { TypeSyntax = "foo" };
_ = new Preferences { Event = [] } with { Function = [] };
}

public static Dictionary<string, bool> GetMap () => new () { ["foo"] = true };
}

0 comments on commit 774326d

Please sign in to comment.