Skip to content
Permalink
Browse files
Merge pull request #10482 from Dentomologist/remove_redundant_statement
FileUtil: Remove redundant statement
  • Loading branch information
leoetlino committed Mar 2, 2022
2 parents ebfee3b + 01bd5e1 commit bcc14d3
Showing 1 changed file with 0 additions and 1 deletion.
@@ -859,7 +859,6 @@ std::string GetExePath()
}
#elif defined(__APPLE__)
result = GetBundleDirectory();
result = result.substr(0, result.find_last_of("Dolphin.app/Contents/MacOS") + 1);
#else
char dolphin_exe_path[PATH_MAX];
ssize_t len = ::readlink("/proc/self/exe", dolphin_exe_path, sizeof(dolphin_exe_path));

0 comments on commit bcc14d3

Please sign in to comment.