Remove wholly unused variable.

This avoids a -Wunused warning.
pull/450/head
Andres Freund 2016-04-15 10:06:39 -07:00 committed by Jason Petersen
parent 29b8576a33
commit 39233c54ac
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ ErrorIfQueryNotSupported(Query *queryTree)
Oid distributedTableId = ExtractFirstDistributedTableId(queryTree);
uint32 rangeTableId = 1;
Var *partitionColumn = PartitionColumn(distributedTableId, rangeTableId);
char partitionMethod = PartitionMethod(distributedTableId);
List *rangeTableList = NIL;
ListCell *rangeTableCell = NULL;
bool hasValuesScan = false;