Remove wholly unused variable.

This avoids a -Wunused warning.
pull/1938/head
Andres Freund 2016-04-15 10:06:39 -07:00 committed by Jason Petersen
parent 926534bbc2
commit c53fcd8042
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;