Remove unreachable code. 27/215427/5 submit/tizen/20191010.064454
authorHyunsoo Park <hance.park@samsung.com>
Tue, 8 Oct 2019 05:08:13 +0000 (14:08 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Thu, 10 Oct 2019 06:08:36 +0000 (06:08 +0000)
Change-Id: Ia28161f5a1d84c10389f1eaaadf53c1cb164d58a
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
packaging/inference-engine-interface.spec
vision/inference_engine_vision_impl.cpp

index 4659c8963a2c375a9369dbd4fbb0b954d1a70e50..76cfadb7898026bf8297538d891a6b8b9623b3ea 100644 (file)
@@ -1,7 +1,7 @@
 Name:        inference-engine-interface
 Summary:     Interface of inference engines
 Version:     0.0.1
-Release:     9
+Release:     10
 Group:       Multimedia/Framework
 License:     Apache-2.0
 Source0:     %{name}-%{version}.tar.gz
index a2247a59cf5bd035c93fc8404158ae0f394f3ccc..7263d894447841832e5445645b492b89c397a51a 100644 (file)
@@ -501,9 +501,6 @@ int InferenceEngineVision::GetInferenceResult(FacialLandMarkDetectionResults& re
 
     results.number_of_landmarks = 0;
 
-    if (ret != INFERENCE_ENGINE_ERROR_NONE)
-        LOGE("Fail to GetFacialLandMarkDetectionResults");
-
     cv::Point point(0,0);
     results.number_of_landmarks = 0;
     LOGI("imgW:%d, imgH:%d", mSourceSize.width, mSourceSize.height);