Skip to content

Commit

Permalink
Merge pull request #62938 from Youssef1313/patch-29
Browse files Browse the repository at this point in the history
Delete outdated comment
  • Loading branch information
mavasani committed Jul 26, 2022
2 parents 1d72c32 + d91716f commit df7a9cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ private static PerLanguageOption2<CodeStyleOption2<bool>> CreateQualifyAccessOpt
"dotnet_style_prefer_simplified_interpolation",
$"TextEditor.%LANGUAGE%.Specific.PreferSimplifiedInterpolation");

// TODO: https://github.com/dotnet/roslyn/issues/31225 tracks adding CodeQualityOption<T> and CodeQualityOptions
// and moving this option to CodeQualityOptions.
internal static readonly PerLanguageOption2<CodeStyleOption2<UnusedParametersPreference>> UnusedParameters = CreateOption(
CodeStyleOptionGroups.Parameter,
nameof(UnusedParameters),
Expand Down

0 comments on commit df7a9cc

Please sign in to comment.