[PPL-devel] [GIT] ppl/ppl(master): Removed unused static const data member.

Enea Zaffanella zaffanella at cs.unipr.it
Thu Mar 1 22:36:59 CET 2012


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Thu Mar  1 22:21:07 2012 +0100

Removed unused static const data member.

---

 src/Row_Flags.defs.hh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/Row_Flags.defs.hh b/src/Row_Flags.defs.hh
index cfff314..00f71ae 100644
--- a/src/Row_Flags.defs.hh
+++ b/src/Row_Flags.defs.hh
@@ -66,9 +66,6 @@ protected:
   //! Index of the first bit derived classes can use.
   static const unsigned first_free_bit = 0;
 
-  //! Total number of bits that can be stored.
-  static const unsigned num_bits = sizeof_to_bits(sizeof(base_type));
-
   //! Constructs an object with flags set as in \p n.
   explicit Row_Flags(base_type n);
 




More information about the PPL-devel mailing list