diff options
author | johnvg | 2007-04-19 15:43:08 +0000 |
---|---|---|
committer | johnvg | 2007-04-19 15:43:08 +0000 |
commit | e410c0aac5dcb372fb5cedc2b3c87175f81d0fe6 (patch) | |
tree | bd42ca614f5c57544ed52f5d4a13813747f95197 /frontend/syntax.dcl | |
parent | remove unused field cons_arg_vars, (diff) |
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
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 1 |
1 files changed, 0 insertions, 1 deletions
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 |