File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Rubberduck.CodeAnalysis/Inspections/Concrete Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 33using Rubberduck . Inspections . Abstract ;
44using Rubberduck . Inspections . Results ;
55using Rubberduck . Parsing ;
6- using Rubberduck . Parsing . Common ;
76using Rubberduck . Parsing . Grammar ;
87using Rubberduck . Parsing . Inspections . Abstract ;
98using Rubberduck . Resources . Inspections ;
10- using Rubberduck . Resources . Experimentals ;
119using Rubberduck . Parsing . VBA ;
1210using System . Collections . Generic ;
1311using System . Linq ;
14- using Rubberduck . Inspections . Inspections . Extensions ;
1512
1613namespace Rubberduck . Inspections . Concrete
1714{
@@ -40,7 +37,6 @@ namespace Rubberduck.Inspections.Concrete
4037 /// End Sub
4138 /// ]]>
4239 /// </example>
43- [ Experimental ( nameof ( ExperimentalNames . EmptyBlockInspections ) ) ]
4440 internal class EmptyIfBlockInspection : ParseTreeInspectionBase
4541 {
4642 public EmptyIfBlockInspection ( RubberduckParserState state )
You can’t perform that action at this time.
0 commit comments