diff --git a/mozilla/modules/libreg/src/reg.c b/mozilla/modules/libreg/src/reg.c index 5020c9b1517..19b12e01c8a 100644 --- a/mozilla/modules/libreg/src/reg.c +++ b/mozilla/modules/libreg/src/reg.c @@ -1547,11 +1547,7 @@ static REGERR nr_FindAtLevel(REGFILE *reg, return err; /* check to see if it's the one we want */ -#ifdef XP_UNIX if (XP_STRCMP(namebuf, pName) == 0) { -#else - if (XP_STRCASECMP(namebuf, pName) == 0) { -#endif /* Found it! */ if ( pDesc != NULL ) { COPYDESC( pDesc, &desc );