aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2013-03-26 15:12:02 +0000
committerjohnvg2013-03-26 15:12:02 +0000
commit1115939af289bd14cb4eec8c504207dfe76c6a02 (patch)
tree11644f711adbec1b94563195f9463b09fef44348
parentfix freshCopy of TFA var (cv :@: types), (cv :@: types) was not copied in thi... (diff)
remove unused constructor VI_Ref
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2215 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/syntax.dcl1
1 files changed, 0 insertions, 1 deletions
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 */