Cleanup DMD 1.041 merge.

This commit is contained in:
Tomas Lindquist Olsen
2009-03-23 20:26:33 +01:00
parent 372b40dd94
commit 3ac45285fc
17 changed files with 33 additions and 24 deletions

View File

@@ -708,7 +708,6 @@ void functionArguments(Loc loc, Scope *sc, TypeFunction *tf, Expressions *argume
}
#endif
// Convert lazy argument to a delegate
if (p->storageClass & STClazy)
{