Code cleanup (#251)
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / ni_common.h
index 4107e87..d1ade3d 100644 (file)
@@ -83,14 +83,6 @@ ni_error_e createNIPlatform(DWORD flags);
 ni_error_e createNIDll(const std::string& dllPath, DWORD flags);
 
 /**
- * @brief create native images for TAC DLLs
- * @param[i] rootPaths paths to TAC directories
- * @param[i] count length of rootPaths
- * @param[i] flags additional flags for the image generator
- */
-void createNIUnderTAC(const std::string rootPaths[], int count, DWORD flags);
-
-/**
  * @brief creates a symbolic link file, the native image of TAC for specific package.
  * @param[i] pkgId package ID
  * @param[i] flags additional flags for the image generator