The source project of this merge request has been removed.
lalinspiral: remove unused inspiral code
Description
Recent clean-ups throughout lalsuite have enabled a second round of removal of unused code from lalinspiral. None of the code removed in this patch is called by anything else (except possibly other things removed by this patch). The changes are confined entirely to the lalinspiral library.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
The exported API is changed, but only through the removal of functions that no code outside of the library uses: no recompiles are required.
Review Status
Not reviewed.