gc obsolete comments

parent bd5138cc
......@@ -4962,13 +4962,6 @@ fellow_busy_free(struct fellow_busy **fbop)
buddy_return1_ptr_extent(fc->membuddy, &fbo->fbo_mem);
}
// TODO
// static void v_matchproto_(objslim_f)
// sbu_slim(struct worker *wrk, struct objcore *oc)
/*
* data is written to the last cache_seglist
* when done, nsegs is incremented
......
......@@ -1073,7 +1073,6 @@ sfemem_bocdone(struct worker *wrk, struct objcore *oc, struct boc *boc)
CHECK_OBJ_NOTNULL(oc, OBJCORE_MAGIC);
CHECK_OBJ_NOTNULL(boc, BOC_MAGIC);
// XXX can we sensibly avoid LRU_Add for !inlog?
if (oc->boc == NULL)
LRU_Add(oc, VTIM_real());
......@@ -3129,9 +3128,6 @@ sfe_new(const char *name, const char *filename, size_t dsksz, size_t memsz,
struct stevedore *stv;
char *id;
// XXX cram argument
// XXX minchunksize?
stv = malloc(sizeof *stv);
AN(stv);
......
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