Skip to content

Remove unused lal code

Kipp Cannon requested to merge (removed):remove_unused_lal_code into master

Description

Following recent clean-up in lalinspiral, and a few bits of lalapps, a large volume of legacy LALStatus-based code can be removed from lal. 5 of the patches remove portions of lal, one lal/src/ package per patch. The 6th updates a few other files that were gratuitously #including LALMoment.h. After this, the fft and stat packages are 100% LALStatus-free.

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

Obsolete, unused code.

Review Status

Not reviewed.

Merge request reports