[ProfileData] Simplify InstrProfValueSiteRecord (NFC) (#95143)
std::list default-constructs itself as an empty list, so we don't need to call ValueData.clear() in the constructor.
parent
18a8983c
Please register or sign in to comment
std::list default-constructs itself as an empty list, so we don't need to call ValueData.clear() in the constructor.