Skip to content

Commit d78d70d

Browse files
committed
reinstated ProcedureNotUsedInspection
1 parent 9a4bacc commit d78d70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/Inspections/ProcedureNotUsedInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Rubberduck.Inspections
88
{
9-
public class ProcedureNotUsedInspection //: IInspection /* note: deferred to v1.4 */
9+
public class ProcedureNotUsedInspection : IInspection /* note: deferred to v1.4 */
1010
{
1111
public ProcedureNotUsedInspection()
1212
{

0 commit comments

Comments
 (0)