Remove `stan/src/stan/interface_callbacks/writer` `stan/src/test/unit/interface_callbacks/writer` This should be trivial as these writers aren’t used for anything. - [x] leave `csv.hpp` in Stan: used by both RStan and CmdStan - [x] leave `messages.hpp` in Stan: used by both RStan and CmdStan Remove: - [x] `filtered_values.hpp`. Move to RStan, not used in CmdStan - [x] `noop.hpp` - [x] `sum_values.hpp`. Move to RStan, not used in CmdStan - [x] `values.hpp`. Move to RStan, not used in CmdStan
Remove
stan/src/stan/interface_callbacks/writerstan/src/test/unit/interface_callbacks/writerThis should be trivial as these writers aren’t used for anything.
csv.hppin Stan: used by both RStan and CmdStanmessages.hppin Stan: used by both RStan and CmdStanRemove:
filtered_values.hpp. Move to RStan, not used in CmdStannoop.hppsum_values.hpp. Move to RStan, not used in CmdStanvalues.hpp. Move to RStan, not used in CmdStan