mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Remove namespace fs=fs
Having these inside functions is silly and redundant now.
This commit is contained in:
@@ -69,7 +69,6 @@ FreespaceChecker::FreespaceChecker(Intro *_intro)
|
||||
|
||||
void FreespaceChecker::check()
|
||||
{
|
||||
namespace fs = fs;
|
||||
QString dataDirStr = intro->getPathToCheck();
|
||||
fs::path dataDir = GUIUtil::qstringToBoostPath(dataDirStr);
|
||||
uint64_t freeBytesAvailable = 0;
|
||||
@@ -189,7 +188,6 @@ QString Intro::getDefaultDataDirectory()
|
||||
|
||||
bool Intro::pickDataDirectory()
|
||||
{
|
||||
namespace fs = fs;
|
||||
QSettings settings;
|
||||
/* If data directory provided on command line, no need to look at settings
|
||||
or show a picking dialog */
|
||||
|
||||
Reference in New Issue
Block a user