X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NativeLauncher%2Ftool%2Fdotnettool.cc;h=eac0f2a2c4e823e0ed03ac648c614ca9e9321464;hb=33b4aa2fcbb716d081fc13ac6855fc53bd343532;hp=628124ca6997d6c8fb795e9d3e23cedfed98b449;hpb=d6cbcc29054cdd3524d2f78a88585aa2846513c8;p=platform%2Fcore%2Fdotnet%2Flauncher.git diff --git a/NativeLauncher/tool/dotnettool.cc b/NativeLauncher/tool/dotnettool.cc index 628124c..eac0f2a 100644 --- a/NativeLauncher/tool/dotnettool.cc +++ b/NativeLauncher/tool/dotnettool.cc @@ -401,10 +401,7 @@ int main(int argc, char* argv[]) } //sh-3.2# dotnettool --resolve-all-app else if (cmd == "--resolve-all-app") { - int ret = resolveAllApps(); - if (ret != 0) { - _SERR("Failed to remove unused multi-targeting files"); - } + resolveAllApps(); } //sh-3.2# dotnettool --rm-app-profile [pkgId] [pkgId] ... else if (cmd == "--rm-app-profile") {