[GIT] ppl/ppl(master): Removed a couple of typedefs.
Module: ppl/ppl Branch: master Commit: 1ea5be453eb3cdac4d5cfd35fe9b4b866a4d8f11 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1ea5be453eb3c...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Sat Jun 23 14:56:59 2012 +0200
Removed a couple of typedefs. These have become useless (and confusing) after the merge of sparse_matrices.
---
.../C/ppl_c_implementation_common.inlines.hh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/interfaces/C/ppl_c_implementation_common.inlines.hh b/interfaces/C/ppl_c_implementation_common.inlines.hh index 3057913..3e3e8f0 100644 --- a/interfaces/C/ppl_c_implementation_common.inlines.hh +++ b/interfaces/C/ppl_c_implementation_common.inlines.hh @@ -47,7 +47,6 @@ DECLARE_CONVERSIONS(Constraint, Constraint)
DECLARE_CONVERSIONS(Constraint_System, Constraint_System)
-typedef Constraint_System::const_iterator Constraint_System_const_iterator; DECLARE_CONVERSIONS(Constraint_System_const_iterator, Constraint_System_const_iterator)
@@ -55,7 +54,6 @@ DECLARE_CONVERSIONS(Generator, Generator)
DECLARE_CONVERSIONS(Generator_System, Generator_System)
-typedef Generator_System::const_iterator Generator_System_const_iterator; DECLARE_CONVERSIONS(Generator_System_const_iterator, Generator_System_const_iterator)
participants (1)
-
Enea Zaffanella