Skip to content
Snippets Groups Projects
Commit 0ee8c415 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[functions.expression.default] remove unused variables after merge

parent 77f04bbf
No related branches found
No related tags found
1 merge request!41Fix compilation with icc, several other changes
Pipeline #64739 failed
......@@ -217,7 +217,6 @@ public:
{
#ifndef NDEBUG
# ifndef DUNE_XT_FUNCTIONS_EXPRESSION_DISABLE_CHECKS
size_t range = value.size();
bool failure = false;
std::string error_type;
for (size_t rr = 0; rr < value.size(); ++rr) {
......@@ -401,7 +400,6 @@ private:
{
#ifndef NDEBUG
# ifndef DUNE_XT_FUNCTIONS_EXPRESSION_DISABLE_CHECKS
size_t range = value.size();
bool failure = false;
std::string error_type;
for (size_t rr = 0; rr < value.size(); ++rr) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment