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

Commit 9a7c87d

Browse files
author
Alexandra Pervushina
committed
Remove unused variable
1 parent b4c1f4a commit 9a7c87d

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
@@ -151,7 +151,6 @@ restore_selectivities(List *clauselist,
151151
{
152152
List *lst = NIL;
153153
ListCell *l;
154-
int i = 0;
155154
bool parametrized_sel;
156155
int nargs;
157156
int *args_hash;
@@ -191,7 +190,6 @@ restore_selectivities(List *clauselist,
191190
cur_sel = &rinfo->outer_selec;
192191

193192
lst = lappend(lst, cur_sel);
194-
i++;
195193
}
196194

197195
if (parametrized_sel)

0 commit comments

Comments
 (0)