Skip to content

Commit 3af5c3b

Browse files
committed
Remove unused variable
1 parent a4a6357 commit 3af5c3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EratMedium.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class EratMedium : public Wheel30_t
3333
bool hasSievingPrimes() const;
3434
private:
3535
uint64_t maxPrime_ = 0;
36-
std::size_t l1CacheSize_ = 0;
3736
Vector<SievingPrime> primeVectors_[8];
3837
void storeSievingPrime(uint64_t, uint64_t, uint64_t);
3938
NOINLINE void crossOff0(Vector<SievingPrime>&, Vector<uint8_t>&);

0 commit comments

Comments
 (0)