Remove leftover goto with warning

'cause warning are treated as errors in CI
pull/7823/head
Cédric Villemain 2025-01-06 15:54:53 +01:00
parent 9c630f120f
commit 9708464c1f
1 changed files with 0 additions and 2 deletions

View File

@ -2229,8 +2229,6 @@ SingleShardTaskList(Query *query, uint64 jobId, List *relationShardList,
if (!foundNonReferenceTable)
task->safeToPush = true;
exitnow:
return list_make1(task);
}