diff options
Diffstat (limited to 'frontend/transform.icl')
-rw-r--r-- | frontend/transform.icl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl index 58185f5..917e08c 100644 --- a/frontend/transform.icl +++ b/frontend/transform.icl @@ -1253,7 +1253,6 @@ where # (VI_Count count is_global) = var_info | count > 0 # (bind_src, free_vars, cos) = collectVariables bind_src free_vars cos -/* Sjaak */ = (True, binds, [ { bind_dst = { fv & fv_count = count }, bind_src = bind_src } : collected_binds ], free_vars, cos) = (bind_found, [bind : binds], collected_binds, free_vars, cos) examine_reachable_binds bind_found [] collected_binds free_vars cos |