aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/system.cpp')
-rw-r--r--src/util/system.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/system.cpp b/src/util/system.cpp
index 3dcf3e9b6e..3f14a19a4a 100644
--- a/src/util/system.cpp
+++ b/src/util/system.cpp
@@ -802,11 +802,6 @@ fs::path GetDefaultDataDir()
#endif
}
-const fs::path &GetDataDir(bool fNetSpecific)
-{
- return fNetSpecific ? gArgs.GetDataDirNet() : gArgs.GetDataDirBase();
-}
-
bool CheckDataDirOption()
{
std::string datadir = gArgs.GetArg("-datadir", "");