diff options
author | Mustafa <mus@musalbas.com> | 2016-03-11 15:04:05 +0000 |
---|---|---|
committer | Mustafa <mus@musalbas.com> | 2016-03-11 15:04:05 +0000 |
commit | 2fdaa255295402d24bb16a72b07cc72c9a5df8e4 (patch) | |
tree | fa14ad9de0a21b9a1b9fa2203cbb90baed117eee /src/util.h | |
parent | 393b22eacb8aff58aaa4da48085f3ea37424ba59 (diff) |
Move GetTempPath() to testutil.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 9da8fdf87a..ac099f1184 100644 --- a/src/util.h +++ b/src/util.h @@ -133,7 +133,6 @@ void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map #ifdef WIN32 boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); #endif -boost::filesystem::path GetTempPath(); void OpenDebugLog(); void ShrinkDebugFile(); void runCommand(const std::string& strCommand); |