diff --git a/src/hnswscan.c b/src/hnswscan.c index a178b60..4fb273d 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -128,7 +128,6 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir) if (scan->orderByData == NULL) elog(ERROR, "cannot scan hnsw index without order"); - /* No items will match if null */ if (scan->orderByData->sk_flags & SK_ISNULL) value = PointerGetDatum(InitVector(GetDimensions(scan->indexRelation))); else