mirror of https://github.com/citusdata/citus.git
remove unused variable now that shardalias is removed
parent
544570708b
commit
8b5ab0cf2e
|
@ -319,7 +319,6 @@ DropShards(Oid relationId, char *schemaName, char *relationName,
|
|||
ListCell *lingeringPlacementCell = NULL;
|
||||
ShardInterval *shardInterval = (ShardInterval *) lfirst(shardIntervalCell);
|
||||
uint64 shardId = shardInterval->shardId;
|
||||
char *shardAlias = NULL;
|
||||
char *quotedShardName = NULL;
|
||||
StringInfo shardName = makeStringInfo();
|
||||
|
||||
|
|
Loading…
Reference in New Issue