We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba83a3a commit c7c916cCopy full SHA for c7c916c
Rubberduck.Refactorings/Common/VBAIdentifierValidator.cs
@@ -5,8 +5,6 @@
5
using System.Collections.Generic;
6
using System.Globalization;
7
using System.Linq;
8
-using System.Text;
9
-using System.Threading.Tasks;
10
11
namespace Rubberduck.Refactorings.Common
12
{
RubberduckTests/VBAIdentifierValidatorTests.cs
@@ -1,11 +1,6 @@
1
using NUnit.Framework;
2
using Rubberduck.Parsing.Symbols;
3
using Rubberduck.Refactorings.Common;
4
-using System;
-using System.Collections.Generic;
-using System.Linq;
namespace RubberduckTests
0 commit comments