removing reference to FE_Trace not used anymore.

This commit is contained in:
donm 1998-06-01 21:40:42 +00:00
parent 36a86743a3
commit 1411f2a3b8

View File

@ -384,10 +384,6 @@ remoteStoreNextValue (RDFT mcf, RDF_Cursor c)
c->value = (c->inversep ? as->u : as->value);
}
c->pdata = (c->inversep ? as->invNext : as->next);
if (c->type == RDF_RESOURCE_TYPE) {
FE_Trace(resourceID(c->value));
FE_Trace("\n");
}
return c->value;
}
c->pdata = (c->inversep ? as->invNext : as->next);