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 b4c1f4a commit 9a7c87d
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 @@ -151,7 +151,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 @@ -191,7 +190,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 9a7c87d

Please sign in to comment.