Deleted unused variable.

This commit is contained in:
Benoit Steiner 2015-11-23 08:36:54 -08:00
parent 4286b2d494
commit 1e04059012

View File

@ -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) {