diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-21 16:11:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-26 13:25:21 +0200 |
| commit | 6e5fd003e04b81115b6b164b21f048472d575535 (patch) | |
| tree | 7420ebadf22b1b10bebd08ad3294abc7e8a9b565 /src/util.h | |
| parent | Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h (diff) | |
| download | discoin-6e5fd003e04b81115b6b164b21f048472d575535.tar.xz discoin-6e5fd003e04b81115b6b164b21f048472d575535.zip | |
Move `*Version()` functions to version.h/cpp
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index e0feca07c..cfbf30c6a 100644 --- a/src/util.h +++ b/src/util.h @@ -156,8 +156,6 @@ boost::filesystem::path GetTempPath(); void ShrinkDebugFile(); int64_t GetTime(); void SetMockTime(int64_t nMockTimeIn); -std::string FormatFullVersion(); -std::string FormatSubVersion(const std::string& name, int nClientVersion, const std::vector<std::string>& comments); void runCommand(std::string strCommand); inline std::string i64tostr(int64_t n) |