Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Pervushina committed Oct 18, 2023
1 parent abeffd5 commit 88d6836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions postprocessing.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ restore_selectivities(List *clauselist,
{
List *lst = NIL;
ListCell *l;
int i = 0;
bool parametrized_sel;
int nargs;
int *args_hash;
Expand Down Expand Up @@ -190,7 +189,6 @@ restore_selectivities(List *clauselist,
cur_sel = &rinfo->outer_selec;

lst = lappend(lst, cur_sel);
i++;
}

if (parametrized_sel)
Expand Down

0 comments on commit 88d6836

Please sign in to comment.