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 3e00ff2 commit 8bdc215Copy full SHA for 8bdc215
RetailCoder.VBE/Inspections/UntypedFunctionUsageInspection.cs
@@ -1,8 +1,6 @@
1
using System.Collections.Generic;
2
-using System.Diagnostics;
3
using System.Linq;
4
using Rubberduck.Parsing.Grammar;
5
-using Rubberduck.Parsing.Symbols;
6
using Rubberduck.Parsing.VBA;
7
8
namespace Rubberduck.Inspections
Rubberduck.Parsing/Rubberduck.Parsing.csproj
@@ -222,9 +222,7 @@
222
<Name>Rubberduck.VBEditor</Name>
223
</ProjectReference>
224
</ItemGroup>
225
- <ItemGroup>
226
- <Folder Include="obj\Debug\" />
227
- </ItemGroup>
+ <ItemGroup />
228
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
230
<PropertyGroup>
0 commit comments