chore(library/blast/backward/backward_strategy): remove unused param

This commit is contained in:
Leonardo de Moura 2015-11-22 18:27:23 -08:00
parent b442fe66b2
commit 8632b7ae27

View file

@ -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();
}