Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 88d6836

Browse files
author
Alexandra Pervushina
committed
Remove unused variable
1 parent abeffd5 commit 88d6836

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

postprocessing.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ restore_selectivities(List *clauselist,
150150
{
151151
List *lst = NIL;
152152
ListCell *l;
153-
int i = 0;
154153
bool parametrized_sel;
155154
int nargs;
156155
int *args_hash;
@@ -190,7 +189,6 @@ restore_selectivities(List *clauselist,
190189
cur_sel = &rinfo->outer_selec;
191190

192191
lst = lappend(lst, cur_sel);
193-
i++;
194192
}
195193

196194
if (parametrized_sel)

0 commit comments

Comments
 (0)