Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 89b1ef3

Browse files
committed
Remove check for null module info -- this can't happen anymore.
1 parent 35ccbc1 commit 89b1ef3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rt/minfo.d

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,6 @@ struct ModuleGroup
393393
ctoridx = 0;
394394
foreach (int idx, m; _modules)
395395
{
396-
// TODO: Should null ModuleInfo be allowed?
397-
if (m is null)
398-
continue;
399396
if (m.flags & relevantFlags)
400397
{
401398
if (m.flags & MIstandalone)

0 commit comments

Comments
 (0)