Skip to content
  • Diego Fronza's avatar
    Removed unnecessary check (mpctx->items == NULL) · efb9c540
    Diego Fronza authored
    There is no possibility for mpctx->items to be NULL at the point where
    the code was removed, since we enforce that fillcount > 0, if
    mpctx->items == NULL when isc_mempool_get is called, then we will
    allocate fillcount more items and add to the mpctx->items list.
    efb9c540