[Refactoring] Code cleanup and remove duplicate methods
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / multi_target_resolver.h
index 380fcd0..9c57a77 100644 (file)
@@ -27,8 +27,7 @@ int resolvePlatformSpecificFiles(const std::string& appRootPath);
 
 /**
  * @brief resolve bin/runtimes directory if exist.
- * @return 0 if success, otherwise -1
  */
-int resolveAllApps();
+void resolveAllApps();
 
 #endif /* __MULTI_TAEGET_RESOLVER_H__ */