Skip to content

Commit

Permalink
(#20) Comparison: clean up the XML Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 6, 2024
1 parent b5f7a9e commit a25dce0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TruePath/Comparers/PlatformDefaultPathComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ internal class PlatformDefaultPathComparer<TPath> : IEqualityComparer<TPath> whe
{
private readonly StringComparer _stringComparer;

/// <summary>
/// Initializes a new instance of the <see cref="PlatformDefaultPathComparer"/> class.
/// </summary>
public PlatformDefaultPathComparer()
{
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) || RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
Expand Down

0 comments on commit a25dce0

Please sign in to comment.