File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -802,11 +802,6 @@ fs::path GetDefaultDataDir()
802
802
#endif
803
803
}
804
804
805
- const fs::path &GetDataDir (bool fNetSpecific )
806
- {
807
- return fNetSpecific ? gArgs .GetDataDirNet () : gArgs .GetDataDirBase ();
808
- }
809
-
810
805
bool CheckDataDirOption ()
811
806
{
812
807
std::string datadir = gArgs .GetArg (" -datadir" , " " );
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ void ReleaseDirectoryLocks();
90
90
91
91
bool TryCreateDirectories (const fs::path& p);
92
92
fs::path GetDefaultDataDir ();
93
- const fs::path &GetDataDir (bool fNetSpecific = true );
94
93
// Return true if -datadir option points to a valid directory or is not specified.
95
94
bool CheckDataDirOption ();
96
95
fs::path GetConfigFile (const std::string& confPath);
You can’t perform that action at this time.
0 commit comments