Mikhail Gusarov wrote:
> Signed-off-by: Mikhail Gusarov <[email protected]>
> ---
>  os/log.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/os/log.c b/os/log.c
> index ee4b45f..3435da6 100644
> --- a/os/log.c
> +++ b/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;

Reviewed-by: Alan Coopersmith <[email protected]>

-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to