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 3
3
using Rubberduck . Inspections . Abstract ;
4
4
using Rubberduck . Inspections . Results ;
5
5
using Rubberduck . Parsing ;
6
- using Rubberduck . Parsing . Common ;
7
6
using Rubberduck . Parsing . Grammar ;
8
7
using Rubberduck . Parsing . Inspections . Abstract ;
9
8
using Rubberduck . Resources . Inspections ;
10
- using Rubberduck . Resources . Experimentals ;
11
9
using Rubberduck . Parsing . VBA ;
12
10
using System . Collections . Generic ;
13
11
using System . Linq ;
14
- using Rubberduck . Inspections . Inspections . Extensions ;
15
12
16
13
namespace Rubberduck . Inspections . Concrete
17
14
{
@@ -40,7 +37,6 @@ namespace Rubberduck.Inspections.Concrete
40
37
/// End Sub
41
38
/// ]]>
42
39
/// </example>
43
- [ Experimental ( nameof ( ExperimentalNames . EmptyBlockInspections ) ) ]
44
40
internal class EmptyIfBlockInspection : ParseTreeInspectionBase
45
41
{
46
42
public EmptyIfBlockInspection ( RubberduckParserState state )
You can’t perform that action at this time.
0 commit comments