Added a note for code cleanup.

This commit is contained in:
Cas Cremers 2008-08-21 22:32:19 +02:00
parent 0c06cb7a30
commit 77cc97c03b

View File

@ -349,6 +349,9 @@ subtermUnify (Term tbig, Term tsmall, Termlist tl, Termlist keylist,
*@return Returns a list of variables, that were previously open, but are now closed *@return Returns a list of variables, that were previously open, but are now closed
* in such a way that the two terms unify. Returns \ref MGUFAIL if it is impossible. * in such a way that the two terms unify. Returns \ref MGUFAIL if it is impossible.
* The termlist should be deleted. * The termlist should be deleted.
*
* @TODO this code should be removed, as it duplicates 'unify' code, and is
* ill-suited for adaption later on with multiple unifiers.
*/ */
Termlist Termlist
termMguTerm (Term t1, Term t2) termMguTerm (Term t1, Term t2)