Signed-off-by: Mikhail Gusarov <dotted...@dottedmag.net>
---
 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;
-- 
1.7.1

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to