Skip to content

Commit

Permalink
map sort-var to DefId
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjit Jhala committed Nov 2, 2023
2 parents 6746174 + 369ae2a commit c02655b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/flux-middle/src/fhir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,17 +538,6 @@ impl PolyFuncSort {
.collect();
FuncSort { inputs_and_output }
}

// fn mk_param_subst(&self, subst: &SortParamSubst) -> PolyFuncSort {
// let params = self.params;
// let args = self
// .fsort
// .inputs_and_output
// .iter()
// .map(|arg| arg.param_subst(subst))
// .collect();
// PolyFuncSort { params, fsort: FuncSort { inputs_and_output: args } }
// }
}

#[derive(Clone)]
Expand Down

0 comments on commit c02655b

Please sign in to comment.