[GIT] ppl/ppl(master): Grid_Generator_System: remove unused erase_to_end() private method.

Module: ppl/ppl Branch: master Commit: f9bb908fe1ba4c45176563026327d6f28ed025c4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f9bb908fe1ba4...
Author: Marco Poletti poletti.marco@gmail.com Date: Mon Sep 20 15:06:06 2010 +0200
Grid_Generator_System: remove unused erase_to_end() private method.
---
src/Grid_Generator_System.defs.hh | 6 ------ src/Grid_Generator_System.inlines.hh | 5 ----- 2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/src/Grid_Generator_System.defs.hh b/src/Grid_Generator_System.defs.hh index 1fe1e4a..7d16b29 100644 --- a/src/Grid_Generator_System.defs.hh +++ b/src/Grid_Generator_System.defs.hh @@ -489,12 +489,6 @@ private: */ dimension_type num_columns() const;
- /*! \brief - Erases from the matrix all the rows but those having an index less - than \p first_to_erase. - */ - void erase_to_end(dimension_type first_to_erase); - //! Permutes the columns of the matrix. /* \param cycles diff --git a/src/Grid_Generator_System.inlines.hh b/src/Grid_Generator_System.inlines.hh index 7e3e9fc..ece3baf 100644 --- a/src/Grid_Generator_System.inlines.hh +++ b/src/Grid_Generator_System.inlines.hh @@ -55,11 +55,6 @@ Grid_Generator_System::num_columns() const { }
inline void -Grid_Generator_System::erase_to_end(dimension_type first_to_erase) { - return Generator_System::erase_to_end(first_to_erase); -} - -inline void Grid_Generator_System ::permute_columns(const std::vector<dimension_type>& cycles) { return Generator_System::permute_columns(cycles);
participants (1)
-
Marco Poletti