mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
oops, back out this printf, didn't mean for it to go in
This commit is contained in:
parent
3fd7c860a1
commit
63ea4acf7c
@ -103,7 +103,6 @@ PR_STATIC_CALLBACK(PLHashEntry*) pref_AllocEntry(void *pool, const void *key)
|
||||
PR_STATIC_CALLBACK(void) pref_FreeEntry(void *pool, PLHashEntry *he, PRUint32 flag)
|
||||
{
|
||||
PrefNode *pref = (PrefNode *) he->value;
|
||||
if (!pref) printf("no hashentry, so not freeing\n");
|
||||
if (pref)
|
||||
{
|
||||
if (pref->flags & PREF_STRING)
|
||||
|
@ -103,7 +103,6 @@ PR_STATIC_CALLBACK(PLHashEntry*) pref_AllocEntry(void *pool, const void *key)
|
||||
PR_STATIC_CALLBACK(void) pref_FreeEntry(void *pool, PLHashEntry *he, PRUint32 flag)
|
||||
{
|
||||
PrefNode *pref = (PrefNode *) he->value;
|
||||
if (!pref) printf("no hashentry, so not freeing\n");
|
||||
if (pref)
|
||||
{
|
||||
if (pref->flags & PREF_STRING)
|
||||
|
Loading…
x
Reference in New Issue
Block a user