Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2761bff

Browse files
committedFeb 12, 2024
Remove default constructor from BaseMetadata class
Signed-off-by: André Silva <[email protected]>
1 parent adf885a commit 2761bff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/OpenFeature/Model/BaseMetadata.cs

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ internal BaseMetadata(Dictionary<string, object> metadata)
1717
this._metadata = metadata.ToImmutableDictionary();
1818
}
1919

20-
internal BaseMetadata() : this([])
21-
{
22-
}
23-
2420
/// <summary>
2521
/// Gets the boolean value associated with the specified key.
2622
/// </summary>

0 commit comments

Comments
 (0)
Please sign in to comment.