Remove a variable that is no longer in use following commit
9a2e2a28.
It's not immediately clear why there were no compiler warnings about
this oversight.
Author: Peter Geoghegan <pg@bowt.ie>
Backpatch-through: 18
BTArrayKeyInfo *array = NULL;
Datum tupdatum;
bool required = false,
- required_opposite_direction_only = false,
tupnull;
int32 result;
int set_elem = 0;
(cur->sk_flags & (SK_BT_REQBKWD))) ||
(ScanDirectionIsBackward(dir) &&
(cur->sk_flags & (SK_BT_REQFWD)))))
- has_required_opposite_direction_only =
- required_opposite_direction_only = true;
+ has_required_opposite_direction_only = true;
}
/* Optimization: skip over known-satisfied scan keys */