Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/util/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,13 @@ class ArgsManager
* Get data directory path
*
* @return Absolute path on success, otherwise an empty path when a non-directory path would be returned
* @post Returned directory path is created unless it is empty
*/
fs::path GetDataDirBase() const { return GetDataDir(false); }

/**
* Get data directory path with appended network identifier
*
* @return Absolute path on success, otherwise an empty path when a non-directory path would be returned
* @post Returned directory path is created unless it is empty
*/
fs::path GetDataDirNet() const { return GetDataDir(true); }

Expand Down
Loading