aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-03-02 09:42:12 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-03 12:33:14 +0200
commitf110272dc90cd870bfff48c9a61e091e67dbb2e9 (patch)
tree2c385efd61a2888c83cb0e0730a35913f6a707af /src/qt/guiutil.cpp
parent75594bd7f26b8c3842d399deec2321886b9e75ef (diff)
downloadbitcoin-f110272dc90cd870bfff48c9a61e091e67dbb2e9.tar.xz
Remove `namespace fs=fs`
Having these inside functions is silly and redundant now.
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r--src/qt/guiutil.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp
index 3a1f9b8e04..a2699d374a 100644
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -686,8 +686,6 @@ bool SetStartOnSystemStartup(bool fAutoStart)
fs::path static GetAutostartDir()
{
- namespace fs = fs;
-
char* pszConfigHome = getenv("XDG_CONFIG_HOME");
if (pszConfigHome) return fs::path(pszConfigHome) / "autostart";
char* pszHome = getenv("HOME");