Remove now-misleading comment

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Mikhail Gusarov 2010-10-25 01:27:46 +04:00
parent 1a0d9324b3
commit 04a04e1628

View File

@ -302,10 +302,6 @@ LogVWrite(int verb, const char *f, va_list args)
#endif
}
} else if (needBuffer) {
/*
* Note, this code is used before OsInit() has been called, so
* malloc() and friends can't be used.
*/
if (len > bufferUnused) {
bufferSize += 1024;
bufferUnused += 1024;