diff options
| author | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
|---|---|---|
| committer | Mustafa <[email protected]> | 2016-03-11 15:04:05 +0000 |
| commit | 2fdaa255295402d24bb16a72b07cc72c9a5df8e4 (patch) | |
| tree | fa14ad9de0a21b9a1b9fa2203cbb90baed117eee /src/util.h | |
| parent | Add a source file for unit test utils. (diff) | |
| download | discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.tar.xz discoin-2fdaa255295402d24bb16a72b07cc72c9a5df8e4.zip | |
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 9da8fdf87..ac099f118 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); |