removing reference to FE_Trace not used anymore.

git-svn-id: svn://10.0.0.236/trunk@2851 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
donm
1998-06-01 21:40:42 +00:00
parent 9cfbcebe9a
commit b60fce5759

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);