Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Remove unused DatabasePaths::pathsSet function
Browse files Browse the repository at this point in the history
  • Loading branch information
halfalicious committed Dec 4, 2019
1 parent b23f049 commit 97be029
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions libethereum/DatabasePaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ DatabasePaths::DatabasePaths(fs::path const& _rootPath, h256 const& _genesisHash
m_extrasMinorVersionPath = m_extrasPath / fs::path("minor");
}

bool DatabasePaths::pathsSet() const noexcept
{
return !m_rootPath.empty();
}

fs::path const& DatabasePaths::rootPath() const noexcept
{
return m_rootPath;
Expand Down
1 change: 0 additions & 1 deletion libethereum/DatabasePaths.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class DatabasePaths
{
public:
DatabasePaths(boost::filesystem::path const& _rootPath, h256 const& _genesisHash) noexcept;
bool pathsSet() const noexcept;
boost::filesystem::path const& rootPath() const noexcept;
boost::filesystem::path const& chainPath() const noexcept;
boost::filesystem::path const& blocksPath() const noexcept;
Expand Down

0 comments on commit 97be029

Please sign in to comment.