Removed duplicate entry from predicates.
This commit is contained in:
parent
8a103ea89d
commit
b3fd49ef97
@ -179,7 +179,6 @@ struct Predicate
|
|||||||
Predicate(Predicate &&other) = default;
|
Predicate(Predicate &&other) = default;
|
||||||
Predicate &operator=(Predicate &&other) = default;
|
Predicate &operator=(Predicate &&other) = default;
|
||||||
|
|
||||||
std::string name;
|
|
||||||
Terms arguments;
|
Terms arguments;
|
||||||
|
|
||||||
PredicateDeclaration &declaration;
|
PredicateDeclaration &declaration;
|
||||||
|
Reference in New Issue
Block a user