diff dmd/mtype.h @ 162:1856c62af24b trunk

[svn r178] Fixed codegen values for function arguments, the old approach was completely broken, amazing it even worked...
author lindquist
date Mon, 05 May 2008 00:56:53 +0200
parents 5acec6b2eef8
children db9890b3fb64
line wrap: on
line diff
--- a/dmd/mtype.h	Sun May 04 21:25:48 2008 +0200
+++ b/dmd/mtype.h	Mon May 05 00:56:53 2008 +0200
@@ -674,9 +674,6 @@
     static void argsToDecoBuffer(OutBuffer *buf, Arguments *arguments);
     static size_t dim(Arguments *arguments);
     static Argument *getNth(Arguments *arguments, size_t nth, size_t *pn = NULL);
-
-    // backend
-    VarDeclaration* vardecl;
 };
 
 extern int PTRSIZE;