Remove some unused code

- Remove all code which was previously marked with
  `NotImplementedError("unused")`.
- Remove unsued command line arguments
This commit is contained in:
Thomas Holder
2023-12-21 22:24:29 +01:00
parent 6ee0df8e6d
commit 9ea6d8815d
9 changed files with 17 additions and 370 deletions

View File

@@ -2,6 +2,17 @@
Changelog
*********
Upcoming release (TBD)
======================
Changes
-------
* Removed the following unused command line options: ``-t``, ``--thermophile``,
``-a``, ``--alignment``, ``-m``, ``--mutation``, ``--mutator``,
``--mutator-option``
* Removed several unused API functions
Current
=======