aboutsummaryrefslogtreecommitdiffstats
path: root/Hilbert/BigBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Hilbert/BigBitVec.hpp')
-rw-r--r--Hilbert/BigBitVec.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Hilbert/BigBitVec.hpp b/Hilbert/BigBitVec.hpp
index c90e206..dee7b77 100644
--- a/Hilbert/BigBitVec.hpp
+++ b/Hilbert/BigBitVec.hpp
@@ -597,7 +597,6 @@ public:
iWidth = size();
// Modulo the number of bits.
- //FBVMOD(iBits,iWidth);
assert( iBits < iWidth );
if ( iBits == 0 ) return (*this);
@@ -629,7 +628,6 @@ public:
iWidth = size();
// Modulo the number of bits.
- //FBVMOD(iBits,iWidth);
assert( iBits < iWidth );
if ( iBits == 0 ) return (*this);