Skip to content

Commit

Permalink
chores(hidden): remote private constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Feb 15, 2024
1 parent 6164be3 commit cc2b904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/Machine/Addons/Broker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public class Broker

private readonly Jenga<Triad<Pair<Int64>, string, Phases>> _interactions = new();

private Broker(ulong id) : this()
{
_id = id;
}

/// <summary>
/// Instance constructor for the class
/// </summary>
Expand Down

0 comments on commit cc2b904

Please sign in to comment.