Remove service name exception
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 15 Sep 2021 00:31:42 +0000 (09:31 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 15 Sep 2021 02:18:46 +0000 (11:18 +0900)
Change-Id: I0679b7774b666572bd833a0c7a82051c188603b7

tools/evaluation/tasks/inference_peer/tizen.native/image_classification.cc

index ca02f8fbf0f24a07c528f4ef844272ffd4bc9f25..a8c459cc5c30b87bb93f8ae40f7ade267c8e9f5f 100644 (file)
@@ -550,10 +550,6 @@ bool ImageClassification::CheckEdge_Discovery()
 {
     int ret;
 
-    if (service_name_.empty() == true) {
-        return false;
-    }
-
        const char *service = service_name_.c_str();
        const char *s_edge_argv[] = {
                BEYOND_PLUGIN_DISCOVERY_DNS_SD_NAME,