Removed duplicate entry from predicates.

This commit is contained in:
Patrick Lühne 2017-05-17 19:59:32 +02:00
parent 8a103ea89d
commit b3fd49ef97
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF

View File

@ -179,7 +179,6 @@ struct Predicate
Predicate(Predicate &&other) = default;
Predicate &operator=(Predicate &&other) = default;
std::string name;
Terms arguments;
PredicateDeclaration &declaration;