Skip to content

Commit

Permalink
fixup - remove unneeded derive
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniupop committed Sep 12, 2024
1 parent 86e6153 commit af4621c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fhevm-engine/executor/src/dfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use daggy::{Dag, NodeIndex};
use std::collections::HashMap;

//TODO#[derive(Debug)]
//#[derive(Clone)]
pub struct Node<'a> {
computation: &'a SyncComputation,
result: DFGTaskResult,
Expand Down

0 comments on commit af4621c

Please sign in to comment.