Commit b95cf658 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove faulty line of code, left in by accident

parent 709ce8a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}