The PTDebug type doesn't need to be defined in optimized builds.

This commit is contained in:
wtc%netscape.com 2003-01-08 03:28:54 +00:00
Родитель 9794e6261a
Коммит 9bb01d12a7
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -219,10 +219,6 @@ typedef struct PTDebug
PRUintn cvars_notified, delayed_cv_deletes;
} PTDebug;
#else
typedef PRUintn PTDebug;
#endif /* defined(DEBUG) */
NSPR_API(void) PT_FPrintStats(PRFileDesc *fd, const char *msg);