remove prototypes for unimplemented functions

This commit is contained in:
conrad
2023-02-03 15:05:25 +10:00
parent 42f38ce3ca
commit b894ad1ea0
-2
View File
@@ -399,11 +399,9 @@ class SpMat : public SpBase< eT, SpMat<eT> >
inline arma_cold bool load( std::istream& is, const file_type type = arma_binary);
arma_deprecated inline bool quiet_save(const std::string name, const file_type type = arma_binary) const;
arma_deprecated inline bool quiet_save(const csv_name& spec, const file_type type = csv_ascii) const;
arma_deprecated inline bool quiet_save( std::ostream& os, const file_type type = arma_binary) const;
arma_deprecated inline bool quiet_load(const std::string name, const file_type type = arma_binary);
arma_deprecated inline bool quiet_load(const csv_name& spec, const file_type type = csv_ascii);
arma_deprecated inline bool quiet_load( std::istream& is, const file_type type = arma_binary);