Skip to content

Commit

Permalink
Update crates/flux-middle/src/fhir.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Lehmann <[email protected]>
  • Loading branch information
ranjitjhala and nilehmann authored Nov 2, 2023
1 parent aee782b commit 08c5ca0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions crates/flux-middle/src/fhir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,16 +539,6 @@ impl PolyFuncSort {
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 08c5ca0

Please sign in to comment.