diff --git a/chimera/ch_scratch.c b/chimera/ch_scratch.c index af49c34d..e413efe8 100644 --- a/chimera/ch_scratch.c +++ b/chimera/ch_scratch.c @@ -216,7 +216,6 @@ ch_error_t HS_CDECL ch_alloc_scratch(const ch_database_t *hydb, } if (db->flags & CHIMERA_FLAG_NO_MULTIMATCH) { - (*scratch)->multi_scratch = NULL; return CH_SUCCESS; }