Skip to content

Commit a47fb2d

Browse files
committed
Remove dead code
1 parent 5593c41 commit a47fb2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/dogoap/src/action.rs

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ impl Action {
4040
}
4141
}
4242

43-
pub fn build() -> Self {
44-
Self::default()
45-
}
46-
4743
pub fn with_precondition(mut self, key: &str, compare: Compare) -> Self {
4844
self.preconditions.push((key.to_string(), compare));
4945
self

0 commit comments

Comments
 (0)