Commit e0273885 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove XXX comment overtaken by implementation.

parent 7aa05486
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment