Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-xt
Commits
0ee8c415
Commit
0ee8c415
authored
4 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
[functions.expression.default] remove unused variables after merge
parent
77f04bbf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!41
Fix compilation with icc, several other changes
Pipeline
#64739
failed
4 years ago
Stage: images
Stage: cpp
Stage: python
Stage: headercheck
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/xt/functions/expression/default.hh
+0
-2
0 additions, 2 deletions
dune/xt/functions/expression/default.hh
with
0 additions
and
2 deletions
dune/xt/functions/expression/default.hh
+
0
−
2
View file @
0ee8c415
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment