diff options
| author | Hennadii Stepanov <[email protected]> | 2019-02-02 00:40:36 +0200 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-02-02 01:07:23 +0200 |
| commit | 561e375c73a37934fe77a519762d81edf7a3325c (patch) | |
| tree | f76b7e57e4d74ccbbbfbf0cd6a09f37adf4dab28 /src/util/system.h | |
| parent | Improve PID file removing errors logging (diff) | |
| download | discoin-561e375c73a37934fe77a519762d81edf7a3325c.tar.xz discoin-561e375c73a37934fe77a519762d81edf7a3325c.zip | |
Make PID file creating errors fatal
Diffstat (limited to 'src/util/system.h')
| -rw-r--r-- | src/util/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h index 5932e5579..44ba740e4 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -86,7 +86,6 @@ void ClearDatadirCache(); fs::path GetConfigFile(const std::string& confPath); #ifndef WIN32 fs::path GetPidFile(); -void CreatePidFile(const fs::path &path, pid_t pid); #endif #ifdef WIN32 fs::path GetSpecialFolderPath(int nFolder, bool fCreate = true); |