mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
removing reference to FE_Trace not used anymore.
This commit is contained in:
parent
36a86743a3
commit
1411f2a3b8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user