aboutsummaryrefslogtreecommitdiff
path: root/backend/backendpreprocess.icl
diff options
context:
space:
mode:
Diffstat (limited to 'backend/backendpreprocess.icl')
-rw-r--r--backend/backendpreprocess.icl7
1 files changed, 0 insertions, 7 deletions
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl
index 0e81669..47274b1 100644
--- a/backend/backendpreprocess.icl
+++ b/backend/backendpreprocess.icl
@@ -81,8 +81,6 @@ instance sequence (Optional a) | sequence a where
// +++ this assigns sequence numbers per function, should be per alternative and moved to backendconvert
instance sequence FunctionBody where
- sequence (BackendBody backEndBodies)
- = sequence backEndBodies
sequence (TransformedBody transformedBody)
= sequence transformedBody
sequence body
@@ -95,11 +93,6 @@ instance sequence TransformedBody where
o` sequence body.tb_rhs
// ... case test
-instance sequence BackendBody where
- sequence body
- = sequence body.bb_args
- o` sequence body.bb_rhs
-
instance sequence FreeVar where
sequence freeVar
= sequence freeVar.fv_info_ptr