diff dmd/Declaration.d @ 129:010eb8f0e18d

further work on dmd test suite
author korDen
date Sun, 05 Sep 2010 15:32:22 +0400
parents e28b18c23469
children 206db751bd4c
line wrap: on
line diff
--- a/dmd/Declaration.d	Sat Sep 04 01:33:05 2010 +0100
+++ b/dmd/Declaration.d	Sun Sep 05 15:32:22 2010 +0400
@@ -252,7 +252,6 @@
 }
 
 			case LINK.LINKdefault:
-				assert(false);
 				error("forward declaration");
 				return ident.toChars();