Fix unused variable warning 38/254938/1
authorInki Dae <inki.dae@samsung.com>
Fri, 26 Jun 2020 01:12:41 +0000 (10:12 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 11 Mar 2021 01:17:40 +0000 (10:17 +0900)
Change-Id: I90e3f26dddc6567a5084e6c2c88273669c1787ed
Signed-off-by: Inki Dae <inki.dae@samsung.com>
src/inference_engine_opencv.cpp

index 0b3f1eac168edc340ae50557f8c12b31abff40b0..3d12674e7855657d808f81382adb6e59eec628cd 100644 (file)
@@ -349,8 +349,6 @@ namespace OpenCVImpl
                // Suppose a case that an input layer and mulitple input tensors are given.
                mNet.setInput(mInputBlobs, mInputLayers.front());
 
-               int idx = 0;
-
                if (mOutputBlobs.size() != output_buffers.size()) {
                        LOGE("output_buffers size is %zu but outputBlobs %zu",
                                 output_buffers.size(), mOutputBlobs.size());