diff --git a/src/index.cpp b/src/index.cpp index dd53fed80..12f2e6792 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -2968,7 +2968,6 @@ bool Index::is_frozen_point(uint32_t location) const return true; } } - return false; } return _start == location;