changeset 567:4c83f19a8301

removed dead code
author thomask
date Sat, 04 Jun 2005 18:37:55 +0000
parents a82c4eea402e
children d762fe5e4b49
files nocompile/alias_05.d
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/alias_05.d	Sat Jun 04 18:36:29 2005 +0000
+++ b/nocompile/alias_05.d	Sat Jun 04 18:37:55 2005 +0000
@@ -10,8 +10,3 @@
 
 void foo(int x) { }
 void foo(myint m) { } // error, multiply defined function foo
-
-int main(char[][] args){
-	myint a;
-	return a;
-}