- Removed some obsolete commenting.

This commit is contained in:
ccremers 2004-08-12 12:03:20 +00:00
parent 7df10cf568
commit 2005aa929e

View File

@ -594,11 +594,13 @@ roleInstance (const System sys, const Protocol protocol, const Role role,
fromlist = termlistAdd (fromlist, oldt); fromlist = termlistAdd (fromlist, oldt);
tolist = termlistAdd (tolist, newt); tolist = termlistAdd (tolist, newt);
eprintf ("Created for run %i: ", rid); /*
termPrint (oldt); eprintf ("Created for run %i: ", rid);
eprintf (" -> "); termPrint (oldt);
termPrint (newt); eprintf (" -> ");
eprintf ("\n"); termPrint (newt);
eprintf ("\n");
*/
scanfrom = scanfrom->next; scanfrom = scanfrom->next;
} }
@ -696,14 +698,6 @@ roleInstanceDestroy (const System sys)
Termlist artefacts; Termlist artefacts;
// Remove artefacts // Remove artefacts
artefacts = myrun.artefacts; artefacts = myrun.artefacts;
while (artefacts != NULL)
{
eprintf ("Artefact term to delete: ");
termPrint (artefacts->term);
eprintf ("\n");
artefacts = artefacts->next;
}
artefacts = myrun.artefacts;
while (artefacts != NULL) while (artefacts != NULL)
{ {
memFree (artefacts->term, sizeof (struct term)); memFree (artefacts->term, sizeof (struct term));