Remove comment which was actually fixed in the commit it was added

See b3949a2fb6
This commit is contained in:
GrahamTheCoder 2017-12-17 11:34:43 +00:00
Родитель 42c93a5c4b
Коммит 87a069dace
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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)