Skip to content

Commit 10930ae

Browse files
committed
remove unused i,j
1 parent 42d59a8 commit 10930ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pyrtools/pyramids/c/convolve.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ int internal_reduce(image, x_dim, y_dim, filt, temp, x_fdim, y_fdim,
9595
int y_fmid = y_fdim/2;
9696
int base_res_pos;
9797
fptr reflect = edge_function(edges); /* look up edge-handling function */
98-
int i,j;
9998

10099
if (!reflect) return(-1);
101100

@@ -262,7 +261,6 @@ int internal_expand(image,filt,temp,x_fdim,y_fdim,
262261
int y_fmid = y_fdim/2;
263262
int base_im_pos, x_im_dim = (x_stop-x_start+x_step-1)/x_step;
264263
fptr reflect = edge_function(edges); /* look up edge-handling function */
265-
int i,j;
266264

267265
if (!reflect) return(-1);
268266

0 commit comments

Comments
 (0)