aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/CommonIO.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2019-01-19 01:59:32 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2019-01-19 01:59:32 +0800
commit8c97fb1688f7d756c783c65504f400c7f5f5f7e5 (patch)
tree1e8e2189e11d3dbbbd3163ca2ee061e963bd112f /libdevcore/CommonIO.h
parent127c78ee64f3ad2c301d6805d96cb153df3eeeee (diff)
downloaddexon-solidity-8c97fb1688f7d756c783c65504f400c7f5f5f7e5.tar.gz
dexon-solidity-8c97fb1688f7d756c783c65504f400c7f5f5f7e5.tar.zst
dexon-solidity-8c97fb1688f7d756c783c65504f400c7f5f5f7e5.zip
Remove boost::filesystem::weakly_canonical workaround
Diffstat (limited to 'libdevcore/CommonIO.h')
-rw-r--r--libdevcore/CommonIO.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdevcore/CommonIO.h b/libdevcore/CommonIO.h
index b9f941ea..0d8aca79 100644
--- a/libdevcore/CommonIO.h
+++ b/libdevcore/CommonIO.h
@@ -50,10 +50,6 @@ std::string toString(_T const& _t)
return o.str();
}
-/// Partial implementation of boost::filesystem::weakly_canonical (available in boost>=1.60).
-/// Should be replaced by the boost implementation as soon as support for boost<1.60 can be dropped.
-boost::filesystem::path weaklyCanonicalFilesystemPath(boost::filesystem::path const &_path);
-
/// @returns the absolute path corresponding to @a _path relative to @a _reference.
std::string absolutePath(std::string const& _path, std::string const& _reference);