Removed unused variables. Thanks to Wei Tsang Ooi

<weitsang@cs.cornell.edu> for the patch.
This commit is contained in:
wtc 1998-05-27 23:21:10 +00:00
Родитель 4776befe54
Коммит 202b5af68c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -257,9 +257,7 @@ static void _PR_SetLogModuleLevel( PRLogModuleInfo *lm )
ev = PR_GetEnv("NSPR_LOG_MODULES");
if (ev && ev[0]) {
char module[64];
PRBool isSync = PR_FALSE;
PRIntn evlen = strlen(ev), pos = 0;
PRInt32 bufSize = DEFAULT_BUF_SIZE;
while (pos < evlen) {
PRIntn level = 1, count = 0, delta = 0;
PRLogModuleInfo *lm = logModules;