[PATCH 1/3] Remove now-misleading comment
Mikhail Gusarov
dottedmag at dottedmag.net
Sun Oct 24 14:33:18 PDT 2010
Signed-off-by: Mikhail Gusarov <dottedmag at 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
More information about the xorg-devel
mailing list