aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nesting_ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/nesting_ops.cpp')
-rw-r--r--test/nesting_ops.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/nesting_ops.cpp b/test/nesting_ops.cpp
index 938ebcb7a..a92000f15 100644
--- a/test/nesting_ops.cpp
+++ b/test/nesting_ops.cpp
@@ -12,7 +12,6 @@
template <typename MatrixType> void run_nesting_ops(const MatrixType& _m)
{
typename MatrixType::Nested m(_m);
- typedef typename MatrixType::Scalar Scalar;
#ifdef NDEBUG
const bool is_debug = false;