Accidently finding places to do cleanups is fun. For the last 10 years, remove_prop_source_from_use has always returned false and nobody noticed. It used to return if the cfg was changed but during GCC 5 it was changed to delay the purging of the eh related cfg until later on. This was done so match and simplify could be used.
#GCC-cleanups