Remove unused variable.

This was intended to be included in the previous commit,
but I goofed.
This commit is contained in:
Robert Haas 2017-01-24 09:08:13 -05:00
parent 289992c462
commit 52df3420cd
1 changed files with 0 additions and 2 deletions

View File

@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key,
for (j = 0; j < key->partnatts; j++)
{
int32 cmpval;
/* For range partitions, the bounds might not be finite. */
if (b1->content != NULL)
{