mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
cleanup front end parameters to datalog engine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a054b099c1
commit
de5f1ebe9f
3 changed files with 2 additions and 24 deletions
|
@ -19,11 +19,6 @@ Revision History:
|
|||
#ifndef _DATALOG_FRONTEND_H_
|
||||
#define _DATALOG_FRONTEND_H_
|
||||
|
||||
struct datalog_params {
|
||||
symbol m_default_table;
|
||||
bool m_default_table_checked;
|
||||
datalog_params();
|
||||
};
|
||||
|
||||
unsigned read_datalog(char const * file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue