chore: remove confusing comment

This commit is contained in:
multisn8 2024-01-21 21:28:35 +01:00
parent bbde1c84ca
commit 63d7993940
Signed by: multisamplednight
GPG key ID: C81EF9B053977241

View file

@ -19,7 +19,6 @@ pub struct Evaluator {
impl crate::Evaluator for Evaluator { impl crate::Evaluator for Evaluator {
fn feed(&mut self, ir: GraphIr) { fn feed(&mut self, ir: GraphIr) {
// TODO: should add instead of replace, see note in Evaluator trait above this method
self.ir = ir; self.ir = ir;
self.evaluated.clear(); self.evaluated.clear();
} }