mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-17 17:29:02 +02:00
Updated to 2.049
This commit is contained in:
@@ -825,8 +825,6 @@ LDC_TARGETS
|
||||
fatal();
|
||||
#endif
|
||||
|
||||
// TODO: hack for old d2 frontends
|
||||
#if DMDV1
|
||||
// load all unconditional imports for better symbol resolving
|
||||
for (int i = 0; i < modules.dim; i++)
|
||||
{
|
||||
@@ -837,7 +835,6 @@ LDC_TARGETS
|
||||
}
|
||||
if (global.errors)
|
||||
fatal();
|
||||
#endif
|
||||
|
||||
// Do semantic analysis
|
||||
for (int i = 0; i < modules.dim; i++)
|
||||
|
||||
Reference in New Issue
Block a user