Skip to content

Commit 791f106

Browse files
committed
rm unused line
1 parent 3645fe0 commit 791f106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/mtmd/mtmd.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ int32_t mtmd_tokenize(mtmd_context * ctx,
354354
img_u8->ny = bitmaps[i_img]->ny;
355355
img_u8->buf.resize(bitmaps[i_img]->data.size());
356356
std::memcpy(img_u8->buf.data(), bitmaps[i_img]->data.data(), img_u8->nx * img_u8->ny * 3);
357-
clip_image_size img_u8_size{img_u8->nx, img_u8->ny};
358357

359358
// preprocess image
360359
clip_image_f32_batch batch_f32;

0 commit comments

Comments
 (0)