mirror of https://github.com/citusdata/citus.git
Remove leftover goto with warning
'cause warning are treated as errors in CIpull/7823/head
parent
9c630f120f
commit
9708464c1f
|
@ -2229,8 +2229,6 @@ SingleShardTaskList(Query *query, uint64 jobId, List *relationShardList,
|
|||
if (!foundNonReferenceTable)
|
||||
task->safeToPush = true;
|
||||
|
||||
exitnow:
|
||||
|
||||
return list_make1(task);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue