[SCCP] Only track returns of functions with non-void ret ty (NFC).
There is no need to add functions with void return types to the set of tracked return values. This does not change functionality, because we such functions do not have return values and we never update or access them.
Loading
Please register or sign in to comment