Skip to content

Commit 4b52440

Browse files
committed
Removed a missed #if DEBUG preventing release build
1 parent f7881a5 commit 4b52440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rubberduck.VBEEditor/ComManagement/TypeLibs/Public/TypeLibsAPI.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// ReSharper disable once CheckNamespace
1313
namespace Rubberduck.VBEditor.ComManagement.TypeLibs
1414
{
15-
#if DEBUG
1615
/// <summary>
1716
/// FOR DEBUGGING/DEVELOPMENT PURPOSES, ALLOW ACCESS TO SOME VBETypeLibsAPI FEATURES FROM VBA
1817
/// </summary>
@@ -100,7 +99,6 @@ public void DocumentAllSaveAs(string filePath)
10099
public string TestGetCLRTypeFromVBAComponent(string projectName, string componentName, int inheritenceLevel = 0)
101100
=> _api.TestGetCLRTypeFromVBAComponent(_ide, projectName, componentName, inheritenceLevel);
102101
}
103-
#endif
104102

105103
/// <summary>
106104
/// Top level API for accessing live type information from the VBE

0 commit comments

Comments
 (0)