From dc793b82861d7e093efee3539af3ed6cd0bca8cd Mon Sep 17 00:00:00 2001 From: Lukas Cejka <lukas.ostatek@gmail.com> Date: Sat, 3 Nov 2018 16:47:18 +0100 Subject: [PATCH] Deleted an accidentally included function in the last commit --- src/UnitTests/Matrices/SparseMatrixTest.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/UnitTests/Matrices/SparseMatrixTest.h b/src/UnitTests/Matrices/SparseMatrixTest.h index 45787c2067..4eb836d93a 100644 --- a/src/UnitTests/Matrices/SparseMatrixTest.h +++ b/src/UnitTests/Matrices/SparseMatrixTest.h @@ -18,14 +18,6 @@ using CSR_cuda = TNL::Matrices::CSR< int, TNL::Devices::Cuda, int >; #ifdef HAVE_GTEST #include <gtest/gtest.h> -template< typename Matrix > -void testGetType() -{ - Matrix<float> matrix; - m; - matrix.getType(); -} - #endif #include "../GtestMissingError.h" -- GitLab