mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-26 18:20:48 +02:00
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:
parent
1a0d9324b3
commit
04a04e1628
1 changed files with 0 additions and 4 deletions
4
os/log.c
4
os/log.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue