Skip to content

Commit 69fdeb6

Browse files
Remove unused detected
1 parent b02a030 commit 69fdeb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zm_netint_yolo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ int Quadra_Yolo::draw_last_roi(std::shared_ptr<ZMPacket> packet) {
631631
Error("cannot allocate output filter frame");
632632
return NIERROR(ENOMEM);
633633
}
634-
int detected = 0;
635634
for (int i = 0; i < last_roi_count; i++) {
636635
int ret = draw_roi_box(packet->in_frame.get(), &output, last_roi[i], last_roi_extra[i]);
637636
if (ret < 0) {

0 commit comments

Comments
 (0)