Skip to content

Commit

Permalink
Revert "Added an overload for the constructor of MockFileVersionInfo"
Browse files Browse the repository at this point in the history
This reverts commit eb509ac.
  • Loading branch information
t4m45 authored and vbreuss committed Dec 28, 2024
1 parent d661eb3 commit 6095538
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ public MockFileVersionInfo(
ProductPrivatePart = parsedProductVersion.PrivatePart;
}

/// <inheritdoc />
public MockFileVersionInfo(string fileName)
{
FileName = fileName;
}

/// <inheritdoc/>
public override string FileName { get; }

Expand Down

0 comments on commit 6095538

Please sign in to comment.