From d01f4b4cd493a762da74fb9b1d7bdb26dace4d68 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 10 Aug 2015 12:50:04 +0200 Subject: [feat] delete outated files after update For that we have ported the apply updates to python and disable the execution in the C++. The C++ code is not removed as this updater will be outdated after the 0.9. - Related: #5876 --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e7169c2..2e6aa00 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -118,7 +118,6 @@ main(int argc, char** argv) try { fs::path full_path(fs::system_complete(argv[0]).parent_path()); - updateIfNeeded(full_path); auto pypath = full_path.string() + "/apps/:" + full_path.string() + "/lib/"; std::cout << pypath << std::endl; #if not defined _WIN32 && not defined _WIN64 -- cgit v1.2.3