Commit 9f229baa authored by Geoff Simmons's avatar Geoff Simmons

Remove some obsolete XXX comments.

parent 24b971bf
......@@ -121,7 +121,6 @@ newVBR(enum vbr_which which)
{
struct vbr *vbr;
/* XXX inc counters */
ALLOC_OBJ(vbr, VBR_MAGIC);
if (vbr == NULL)
return (NULL);
......@@ -145,8 +144,6 @@ destroy(struct vbr **vp)
struct vbr *vbr;
TAKE_OBJ_NOTNULL(vbr, vp, VBR_MAGIC);
/* XXX log results: bytes in, bytes out */
/* XXX IMO no finish op necessary here */
if (vbr->which == ENC)
BrotliEncoderDestroyInstance(vbr->state.enc);
else
......
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