Add 'Tizen Assembly Cache' feature
[platform/core/dotnet/launcher.git] / NativeLauncher / tool / nitool.cc
index aac3d0e..16b6693 100644 (file)
@@ -14,6 +14,7 @@
  * limitations under the License.
  */
 
+#include "utils.h"
 #include "ni_common.h"
 
 #include <cstdio>
@@ -32,11 +33,6 @@ std::vector<std::string> getCmdArgs(char** begin, char** end)
        return list;
 }
 
-bool cmdOptionExists(char** begin, char** end, const std::string& option)
-{
-       return std::find(begin, end, option) != end;
-}
-
 static void help(const char *argv0)
 {
        const char* helpDesc =