From bb2205540e1d20895efb0e0518f4bd8c352cd28d Mon Sep 17 00:00:00 2001 From: Mrchiantos <51173452+Mrchiantos@users.noreply.github.com> Date: Mon, 22 Jul 2019 00:01:35 +0200 Subject: [PATCH] Update porting.cpp --- src/porting.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/porting.cpp b/src/porting.cpp index 378df65ce..826868312 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -145,7 +145,6 @@ void signal_handler_init(void) // Default to RUN_IN_PLACE style relative paths std::string path_share = ".."; -std::string path_share = ".."; std::string path_locale = path_share + DIR_DELIM + "locale"; std::string path_cache = path_share + DIR_DELIM + "cache";