mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 03:27:41 +02:00
Remove namespace fs=fs
Having these inside functions is silly and redundant now.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user