Skip to content
Snippets Groups Projects
Commit b95cf658 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove faulty line of code, left in by accident

parent 709ce8a2
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,6 @@ int NeighRequest::identical(NeighRequest *other) ...@@ -153,7 +153,6 @@ int NeighRequest::identical(NeighRequest *other)
if (skip != other->skip) same = 0; if (skip != other->skip) same = 0;
if (same && skip && other->skip) same = same_skip(other); if (same && skip && other->skip) same = same_skip(other);
if (skip && other->skip) same = same_skip(other);
return same; return same;
} }
......
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