From 1115939af289bd14cb4eec8c504207dfe76c6a02 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 26 Mar 2013 15:12:02 +0000 Subject: remove unused constructor VI_Ref git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2215 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/syntax.dcl | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend') diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index a8cdd97..fce13e6 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -728,7 +728,6 @@ pIsSafe :== True VI_Occurrence !Occurrence | VI_UsedVar !Ident | VI_Expression !Expression | VI_Variable !Ident !VarInfoPtr | VI_LiftedVariable !VarInfoPtr | VI_Count !Int /* the reference count of a variable */ !Bool /* true if the variable is global, false otherwise */ | - VI_Ref !Bool /* true if the variable is global, false otherwise */ | VI_AccVar !ConsClass !ArgumentPosition /* used during fusion to determine accumulating parameters of functions */ | VI_Alias !BoundVar /* used for resolving aliases just before type checking (in transform) */ | /* used during elimination and lifting of cases */ -- cgit v1.2.3