mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CompilerStack absolutePath/sanitizePath can be made static
This commit is contained in:
@@ -669,7 +669,7 @@ void CompilerStack::resolveImports()
|
||||
swap(m_sourceOrder, sourceOrder);
|
||||
}
|
||||
|
||||
string CompilerStack::absolutePath(string const& _path, string const& _reference) const
|
||||
string CompilerStack::absolutePath(string const& _path, string const& _reference)
|
||||
{
|
||||
using path = boost::filesystem::path;
|
||||
path p(_path);
|
||||
|
||||
Reference in New Issue
Block a user