Skip to content

Commit 79f23f1

Browse files
committed
Remove the conditional flag to put the loading of user project in use.
1 parent df01e8a commit 79f23f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rubberduck.Parsing/VBA/ParseCoordinator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ private void ExecuteCommonParseActivities(IReadOnlyCollection<QualifiedModuleNam
340340
token.ThrowIfCancellationRequested();
341341
}
342342

343-
//TODO: Remove the conditional compilation after loading from typelibs actually works.
344-
//TODO: Improve the handling to avoid host crashing. See https://github.com/rubberduck-vba/Rubberduck/issues/5217
345-
[Conditional("LOAD_USER_COM_PROJECTS")]
346343
private void ProcessUserComProjects(ref CancellationToken token, ref IReadOnlyCollection<QualifiedModuleName> toParse, ref HashSet<QualifiedModuleName> toReresolveReferences, ref IReadOnlyCollection<string> newProjectIds)
347344
{
348345
RefreshUserComProjects(toParse, newProjectIds);

0 commit comments

Comments
 (0)