Skip to content

Commit

Permalink
Cleanups suggested by @rouault (Thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 16, 2023
1 parent 8c5cfe3 commit 204b732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion filters/private/expr/IdentExpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ std::string IdentExpression::name() const
{
const VarNode *n = dynamic_cast<const VarNode *>(topNode());

n->name();
if (n)
return n->name();
else
Expand Down
2 changes: 0 additions & 2 deletions test/unit/filters/AssignFilterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ TEST(AssignFilterTest, test_creation)
PointLayoutPtr l = v->layout();
Dimension::Id xiDimensionId = l->findDim("xi");

int ielse = 0;
int i6 = 0;
for (PointId i = 0; i < v->size(); ++i)
{
int xi = v->getFieldAs<int>(xiDimensionId, i);
Expand Down

0 comments on commit 204b732

Please sign in to comment.