diff options
author | David Robillard <d@drobilla.net> | 2018-08-05 09:51:44 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-08-07 20:01:16 +0200 |
commit | 1b0f59972bbb0e3e424ad5ce7a2bd22a7e6f0a1a (patch) | |
tree | 2b652657e945582287e1429d6b5396b699a85938 /Hilbert/BigBitVec.hpp | |
parent | 3ffee1b1b9a691849ff3eda6d4bb41c1e721b712 (diff) | |
download | chilbert-1b0f59972bbb0e3e424ad5ce7a2bd22a7e6f0a1a.tar.gz chilbert-1b0f59972bbb0e3e424ad5ce7a2bd22a7e6f0a1a.tar.bz2 chilbert-1b0f59972bbb0e3e424ad5ce7a2bd22a7e6f0a1a.zip |
Remove dead code
Diffstat (limited to 'Hilbert/BigBitVec.hpp')
-rw-r--r-- | Hilbert/BigBitVec.hpp | 2 |
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); |