mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Deleted unused variable.
This commit is contained in:
parent
4286b2d494
commit
1e04059012
@ -1147,7 +1147,6 @@ EigenFloatContractionKernel(const LhsMapper lhs, const RhsMapper rhs,
|
||||
|
||||
bool check_rhs = (base_n + 63) >= n_size;
|
||||
bool check_lhs128 = (base_m + 127) >= m_size;
|
||||
bool check_lhs64 = (base_m + 63) >= m_size;
|
||||
|
||||
if (!check_rhs) {
|
||||
if (!check_lhs128) {
|
||||
|
Loading…
Reference in New Issue
Block a user