Skip to content

Commit

Permalink
Remove unnecessary constructor in BaseMetadata class
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
  • Loading branch information
askpt committed Feb 12, 2024
1 parent adf885a commit a718ba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/OpenFeature/Model/BaseMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ internal BaseMetadata(Dictionary<string, object> metadata)
this._metadata = metadata.ToImmutableDictionary();
}

internal BaseMetadata() : this([])
{
}

/// <summary>
/// Gets the boolean value associated with the specified key.
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions test-harness
Submodule test-harness added at 01c4a4

0 comments on commit a718ba5

Please sign in to comment.