Skip to content

Commit

Permalink
Merge pull request #67043 from CyrusNajmabadi/disableCrawler2
Browse files Browse the repository at this point in the history
Remove unused option
  • Loading branch information
CyrusNajmabadi authored Feb 24, 2023
2 parents 3aa2c51 + 11402f3 commit e14d781
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTesting.SolutionCrawler
{
internal partial class UnitTestingSolutionCrawlerRegistrationService : IUnitTestingSolutionCrawlerRegistrationService
{
internal static readonly Option2<bool> EnableSolutionCrawler = new("InternalSolutionCrawlerOptions_Solution Crawler", defaultValue: true);

/// <summary>
/// nested class of <see cref="UnitTestingSolutionCrawlerRegistrationService"/> since it is tightly coupled with it.
///
Expand Down

0 comments on commit e14d781

Please sign in to comment.