This commit is contained in:
Vitor Santos Costa
2017-09-06 01:09:46 +01:00
parent a115024aee
commit abdc8a35f9
31 changed files with 579 additions and 815 deletions

View File

@@ -879,7 +879,6 @@ PyObject *compound_to_pyeval(term_t t, PyObject *context, bool cvt) {
atom_t name;
int arity;
functor_t fun;
PyObject *d = NULL;
o = find_obj(context, t, true);
AOK(PL_get_name_arity(t, &name, &arity), NULL);