Remove comment which was actually fixed in the commit it was added
See b3949a2fb6
This commit is contained in:
Родитель
42c93a5c4b
Коммит
87a069dace
|
@ -191,9 +191,6 @@ namespace RefactoringEssentials.CSharp.Converter
|
|||
|| (context == TokenContext.VariableOrConst && token.IsKind(VBasic.SyntaxKind.ConstKeyword));
|
||||
}
|
||||
|
||||
/// <remarks>
|
||||
/// Incorrectly returns private for structs instead of public
|
||||
/// </remarks>
|
||||
static SyntaxToken VisualBasicDefaultVisibility(TokenContext context)
|
||||
{
|
||||
switch (context)
|
||||
|
|
Загрузка…
Ссылка в новой задаче