[PPL-devel] [GIT] ppl/ppl(master): Dense_Matrix, Sparse_Matrix: remove useless typedefs for row_type.

Marco Poletti poletti.marco at gmail.com
Sun Oct 3 09:24:25 CEST 2010


Module: ppl/ppl
Branch: master
Commit: e9f743717517f834912473cf77d05db585b5e4e9
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e9f743717517f834912473cf77d05db585b5e4e9

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Sun Oct  3 09:24:55 2010 +0200

Dense_Matrix, Sparse_Matrix: remove useless typedefs for row_type.

---

 src/Dense_Matrix.defs.hh  |    2 --
 src/Sparse_Matrix.defs.hh |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/Dense_Matrix.defs.hh b/src/Dense_Matrix.defs.hh
index 2f082b6..1bf916e 100644
--- a/src/Dense_Matrix.defs.hh
+++ b/src/Dense_Matrix.defs.hh
@@ -44,8 +44,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 
 class Parma_Polyhedra_Library::Dense_Matrix {
 public:
-  typedef Dense_Row row_type;
-
   //! Returns the maximum number of rows of a Dense_Matrix.
   static dimension_type max_num_rows();
 
diff --git a/src/Sparse_Matrix.defs.hh b/src/Sparse_Matrix.defs.hh
index 5331f74..9f6c2d7 100644
--- a/src/Sparse_Matrix.defs.hh
+++ b/src/Sparse_Matrix.defs.hh
@@ -54,8 +54,6 @@ site: http://www.cs.unipr.it/ppl/ . */
 class Parma_Polyhedra_Library::Sparse_Matrix {
 
 public:
-  typedef Sparse_Row row_type;
-
   typedef std::vector<Sparse_Row>::iterator iterator;
   typedef std::vector<Sparse_Row>::const_iterator const_iterator;
 




More information about the PPL-devel mailing list