Removed unimplemented switches.

This commit is contained in:
Tomas Lindquist Olsen
2008-08-26 21:02:25 +02:00
parent e4a211838f
commit c65cd45966
3 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -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)