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()
802802#endif
803803}
804804
805- const fs::path &GetDataDir (bool fNetSpecific )
806- {
807- return fNetSpecific ? gArgs .GetDataDirNet () : gArgs .GetDataDirBase ();
808- }
809-
810805bool CheckDataDirOption ()
811806{
812807 std::string datadir = gArgs .GetArg (" -datadir" , " " );
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ void ReleaseDirectoryLocks();
9090
9191bool TryCreateDirectories (const fs::path& p);
9292fs::path GetDefaultDataDir ();
93- const fs::path &GetDataDir (bool fNetSpecific = true );
9493// Return true if -datadir option points to a valid directory or is not specified.
9594bool CheckDataDirOption ();
9695fs::path GetConfigFile (const std::string& confPath);
You can’t perform that action at this time.
0 commit comments