Skip to content

Commit 81b5b5f

Browse files
committed
Clean up EmptyStringLiteralInspection
1 parent e3c2db1 commit 81b5b5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RetailCoder.VBE/Inspections/EmptyStringLiteralInspection.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using System.Linq;
33
using Antlr4.Runtime;
44
using Rubberduck.Parsing;
5-
using Rubberduck.Parsing.Grammar;
6-
using Rubberduck.Parsing.Symbols;
75
using Rubberduck.Parsing.VBA;
86

97
namespace Rubberduck.Inspections
@@ -20,8 +18,6 @@ public EmptyStringLiteralInspection()
2018
public CodeInspectionType InspectionType { get { return CodeInspectionType.LanguageOpportunities; } }
2119
public CodeInspectionSeverity Severity { get; set; }
2220

23-
private string AnnotationName { get { return Name.Replace("Inspection", string.Empty); } }
24-
2521
public IEnumerable<CodeInspectionResultBase> GetInspectionResults(RubberduckParserState state)
2622
{
2723
return

0 commit comments

Comments
 (0)