From b894ad1ea033002f8270132d76a05a1d45c836ee Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 3 Feb 2023 15:05:25 +1000 Subject: [PATCH] remove prototypes for unimplemented functions --- include/armadillo_bits/SpMat_bones.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/armadillo_bits/SpMat_bones.hpp b/include/armadillo_bits/SpMat_bones.hpp index 3867bbde..d661a117 100644 --- a/include/armadillo_bits/SpMat_bones.hpp +++ b/include/armadillo_bits/SpMat_bones.hpp @@ -399,11 +399,9 @@ class SpMat : public SpBase< eT, SpMat > 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);