diff options
-rw-r--r-- | chilbert/BigBitVec.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chilbert/BigBitVec.hpp b/chilbert/BigBitVec.hpp index 5862f31..c3fe957 100644 --- a/chilbert/BigBitVec.hpp +++ b/chilbert/BigBitVec.hpp @@ -356,8 +356,6 @@ public: return *this; } - truncate(size()); - CBigBitVec t1(*this); (*this) >>= bits; t1 <<= (size() - bits); @@ -376,8 +374,6 @@ public: return *this; } - truncate(size()); - CBigBitVec t1(*this); (*this) <<= bits; t1 >>= (size() - bits); |