mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
Removed unimplemented switches.
This commit is contained in:
+1
-1
@@ -802,7 +802,7 @@ void Module::gensymfile()
|
||||
|
||||
int Module::needModuleInfo()
|
||||
{
|
||||
return needmoduleinfo || global.params.cov;
|
||||
return needmoduleinfo;
|
||||
}
|
||||
|
||||
Dsymbol *Module::search(Loc loc, Identifier *ident, int flags)
|
||||
|
||||
Reference in New Issue
Block a user