From 87a069dace52a694a4dfe3dfe1dba0c7b1e1a92e Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Sun, 17 Dec 2017 11:34:43 +0000 Subject: [PATCH] Remove comment which was actually fixed in the commit it was added See b3949a2fb606db0649142816754ac38b60356c15 --- RefactoringEssentials/CSharp/Converter/VisualBasicConverter.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/RefactoringEssentials/CSharp/Converter/VisualBasicConverter.cs b/RefactoringEssentials/CSharp/Converter/VisualBasicConverter.cs index 5757a93..fe69e5a 100644 --- a/RefactoringEssentials/CSharp/Converter/VisualBasicConverter.cs +++ b/RefactoringEssentials/CSharp/Converter/VisualBasicConverter.cs @@ -191,9 +191,6 @@ namespace RefactoringEssentials.CSharp.Converter || (context == TokenContext.VariableOrConst && token.IsKind(VBasic.SyntaxKind.ConstKeyword)); } - /// - /// Incorrectly returns private for structs instead of public - /// static SyntaxToken VisualBasicDefaultVisibility(TokenContext context) { switch (context)