Skip to content

Commit 1a9e58c

Browse files
committed
Clean up public API surface
1 parent 32d0cd4 commit 1a9e58c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,6 @@ namespace Microsoft.OpenApi.Extensions
292292
public static T GetEnumFromDisplayName<T>(this string displayName) { }
293293
}
294294
}
295-
namespace Microsoft.OpenApi.Helpers
296-
{
297-
public class DictionaryCloneHelper
298-
{
299-
public DictionaryCloneHelper() { }
300-
public static System.Collections.Generic.Dictionary<T, U> Clone<T, U>(System.Collections.Generic.IDictionary<T, U> dictionary) { }
301-
}
302-
}
303295
namespace Microsoft.OpenApi.Interfaces
304296
{
305297
public interface IEffective<T>

0 commit comments

Comments
 (0)