From e410c0aac5dcb372fb5cedc2b3c87175f81d0fe6 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 19 Apr 2007 15:43:08 +0000 Subject: remove VI_Defined and VI_LocallyDefined because they are not used anymore git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1679 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/syntax.dcl | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 93b860b..34ac858 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -709,7 +709,6 @@ from convertDynamics import :: TypeCodeVariableInfo, :: DynamicValueAliasInfo VI_Body !SymbIdent !TransformedBody ![FreeVar] | /* used during fusion */ VI_Dictionary !SymbIdent ![Expression] !Type | /* used during fusion */ VI_Extended !ExtendedVarInfo !VarInfo | - VI_Defined /* for marking type code variables during overloading */ | VI_LocallyDefined | // MdM VI_CPSExprVar !CheatCompiler /* a pointer to a variable in CleanProverSystem is stored here, using a cast */ // ... MdM -- cgit v1.2.3