Skip to content

Commit 9999342

Browse files
authored
fix unused variable (PaddlePaddle#75862)
1 parent 5dbecdc commit 9999342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/phi/kernels/funcs/im2col_cfo_cpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ inline void im2col_common(const phi::DenseTensor& im,
4848
const int64_t im_channels64 = im_channels;
4949
const int64_t im_height64 = im_height;
5050
const int64_t im_width64 = im_width;
51-
const int64_t filter_height64 = filter_height;
52-
const int64_t filter_width64 = filter_width;
5351
const int64_t output_height64 = output_height;
5452
const int64_t output_width64 = output_width;
5553

0 commit comments

Comments
 (0)