[master] e027388 Remove XXX comment overtaken by implementation.
Poul-Henning Kamp
phk at varnish-cache.org
Tue Jul 3 09:54:48 CEST 2012
commit e02738851aeaebc4688f53b100087c8a30419098
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Jul 2 21:22:16 2012 +0000
Remove XXX comment overtaken by implementation.
diff --git a/bin/varnishd/cache/cache_shmlog.c b/bin/varnishd/cache/cache_shmlog.c
index fb63e75..f5cc879 100644
--- a/bin/varnishd/cache/cache_shmlog.c
+++ b/bin/varnishd/cache/cache_shmlog.c
@@ -159,10 +159,6 @@ VSL(enum VSL_tag_e tag, uint32_t vxid, const char *fmt, ...)
unsigned n, mlen = cache_param->shm_reclen;
char buf[mlen];
- /*
- * XXX: consider formatting into a stack buffer then move into
- * XXX: shmlog with vslr().
- */
AN(fmt);
va_start(ap, fmt);
More information about the varnish-commit
mailing list