fix(library/blast/forward/qcf): compilation warning
This commit is contained in:
parent
a83a7f8356
commit
af9180b35c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Author: Daniel Selsam
|
|||
namespace lean {
|
||||
namespace blast {
|
||||
|
||||
action_result qfc_action(list<gexpr> const & lemmas) {
|
||||
action_result qfc_action(list<gexpr> const &) {
|
||||
return action_result::failed();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue