mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -25,7 +25,7 @@ struct datalog_params {
|
|||
datalog_params();
|
||||
};
|
||||
|
||||
unsigned read_datalog(char const * file, datalog_params const& dl_params, front_end_params & front_end_params);
|
||||
unsigned read_datalog(char const * file);
|
||||
|
||||
|
||||
#endif /* _DATALOG_FRONTEND_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue