Skip to content
Snippets Groups Projects
Commit 149cbae1 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Shorten comment.

parent d630a7d8
No related branches found
No related tags found
No related merge requests found
......@@ -320,9 +320,7 @@ sub overlap_size {
my ($pstart,$pend) = @{$list->[$CUR]};
if ( $pstart > $end ) {
# The rest of the ranges in the registry are out of range of what
# we're looking for (they start after the end of our query range),
# so don't look further.
# No more interesting ranges here.
last;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment