Skip to content

Commit c7c916c

Browse files
committed
Some cleanup
1 parent ba83a3a commit c7c916c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Rubberduck.Refactorings/Common/VBAIdentifierValidator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
using System.Collections.Generic;
66
using System.Globalization;
77
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
108

119
namespace Rubberduck.Refactorings.Common
1210
{

RubberduckTests/VBAIdentifierValidatorTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
using NUnit.Framework;
22
using Rubberduck.Parsing.Symbols;
33
using Rubberduck.Refactorings.Common;
4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
94

105
namespace RubberduckTests
116
{

0 commit comments

Comments
 (0)