diff options
author | Kiminuo <kiminuo@protonmail.com> | 2021-02-26 09:52:50 +0100 |
---|---|---|
committer | Kiminuo <kiminuo@protonmail.com> | 2021-04-18 12:07:00 +0200 |
commit | bb8d1c6e029a2fd01387599d2ff3bfc879a8ada5 (patch) | |
tree | 1b34f491137be9ef3f9bd5b78f471db0d975e8cc /src/util/system.h | |
parent | b4190eff72c00e384ad238f9c2f10c8b91be969b (diff) |
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Diffstat (limited to 'src/util/system.h')
-rw-r--r-- | src/util/system.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/system.h b/src/util/system.h index fcdb04bb8d..61f862c93a 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -94,8 +94,6 @@ fs::path GetDefaultDataDir(); const fs::path &GetDataDir(bool fNetSpecific = true); // Return true if -datadir option points to a valid directory or is not specified. bool CheckDataDirOption(); -/** Tests only */ -void ClearDatadirCache(); fs::path GetConfigFile(const std::string& confPath); #ifdef WIN32 fs::path GetSpecialFolderPath(int nFolder, bool fCreate = true); @@ -281,9 +279,9 @@ public: const fs::path& GetDataDirPath(bool net_specific = true) const; /** - * For testing + * Clear cached directory paths */ - void ClearDatadirPathCache(); + void ClearPathCache(); /** * Return a vector of strings of the given argument |