[GIT] ppl/ppl(master): Avoid commented-out code.

Module: ppl/ppl Branch: master Commit: a0e8fa1b03ede3be0ba1795f8774234437e07ce0 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a0e8fa1b03ede...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Fri Feb 24 08:17:30 2012 +0100
Avoid commented-out code. Detected by ECLAIR service cmntdout.
---
src/iterator_to_const.defs.hh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/iterator_to_const.defs.hh b/src/iterator_to_const.defs.hh index af51673..4444b7d 100644 --- a/src/iterator_to_const.defs.hh +++ b/src/iterator_to_const.defs.hh @@ -65,7 +65,6 @@ private:
friend class const_iterator_to_const<Container>; template <typename T> friend class Powerset; - //template <typename T> friend class Ask_Tell;
public: // Same traits of the const_iterator, therefore @@ -138,7 +137,6 @@ private:
friend class iterator_to_const<Container>; template <typename T> friend class Powerset; - //template <typename T> friend class Ask_Tell;
public: // Same traits of the underlying const_iterator.
participants (1)
-
Roberto Bagnara