Skip to content

Commit

Permalink
Remove redundant variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Sep 18, 2024
1 parent 6adc64f commit b297fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion periods.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ OnlyExcludedColumnsChanged(Relation rel, HeapTuple old_row, HeapTuple new_row)
{
TupleDesc spitupdesc = SPI_tuptable->tupdesc;
bool isnull;
int i;

for (i = 0; i < SPI_processed; i++)
{
Expand Down

0 comments on commit b297fc4

Please sign in to comment.