remove faulty line of code, left in by accident

This commit is contained in:
Axel Kohlmeyer 2018-01-16 14:10:46 -05:00
parent 709ce8a230
commit b95cf658c7
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ int NeighRequest::identical(NeighRequest *other)
if (skip != other->skip) same = 0;
if (same && skip && other->skip) same = same_skip(other);
if (skip && other->skip) same = same_skip(other);
return same;
}