var assocIndexOf = ;
/** Used for built-in method references. */
var arrayProto = ;
/** Built-in value references. */
var splice = arrayProto.;
/**
* Removes `key` and its value from the list cache.
*
* @private
* @name delete
* @memberOf ListCache
* @param {string} key The key of the value to remove.
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
*/
module.exports = listCacheDelete;