Skip to content

Commit c015dfb

Browse files
committed
removed ExperimentalAttribute
1 parent 8c4325b commit c015dfb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/EmptyIfBlockInspection.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
using Rubberduck.Inspections.Abstract;
44
using Rubberduck.Inspections.Results;
55
using Rubberduck.Parsing;
6-
using Rubberduck.Parsing.Common;
76
using Rubberduck.Parsing.Grammar;
87
using Rubberduck.Parsing.Inspections.Abstract;
98
using Rubberduck.Resources.Inspections;
10-
using Rubberduck.Resources.Experimentals;
119
using Rubberduck.Parsing.VBA;
1210
using System.Collections.Generic;
1311
using System.Linq;
14-
using Rubberduck.Inspections.Inspections.Extensions;
1512

1613
namespace 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)

0 commit comments

Comments
 (0)