diff dmd/module.c @ 550:cbe08531430f

Removed unimplemented switches.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 26 Aug 2008 21:02:25 +0200
parents 6aee82889553
children 7824c21a58e3
line wrap: on
line diff
--- a/dmd/module.c	Tue Aug 26 20:50:42 2008 +0200
+++ b/dmd/module.c	Tue Aug 26 21:02:25 2008 +0200
@@ -802,7 +802,7 @@
 
 int Module::needModuleInfo()
 {
-    return needmoduleinfo || global.params.cov;
+    return needmoduleinfo;
 }
 
 Dsymbol *Module::search(Loc loc, Identifier *ident, int flags)