Remove an element from the parameter cache, to save space.
Parameters
Parameters
Description
element
[in] The element to be removed. remarks Generally speaking, we expect to need to access an element's parameters in one pass (this is not true for types, which could get accessed repeatedly). As such, we are wasting space keeping an element's parameters cached after it has already been exported.