chore(library/blast/backward/backward_strategy): remove unused param
This commit is contained in:
parent
b442fe66b2
commit
8632b7ae27
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class backward_strategy : public strategy {
|
|||
return action_result::new_branch();
|
||||
}
|
||||
|
||||
virtual action_result hypothesis_post_activation(hypothesis_idx hidx) override {
|
||||
virtual action_result hypothesis_post_activation(hypothesis_idx) override {
|
||||
return action_result::new_branch();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue