Skip to content

Commit

Permalink
Remove more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Aug 11, 2024
1 parent a47fb2d commit a92b26c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/dogoap/src/goal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,3 @@ impl Goal {
goal
}
}

impl Default for Goal {
fn default() -> Self {
Goal::new()
}
}

0 comments on commit a92b26c

Please sign in to comment.