Skip to content

Commit

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

pub fn build() -> Self {
Self::default()
}

pub fn with_precondition(mut self, key: &str, compare: Compare) -> Self {
self.preconditions.push((key.to_string(), compare));
self
Expand Down

0 comments on commit a47fb2d

Please sign in to comment.