diff options
author | chriseth <c@ethdev.com> | 2016-06-10 23:58:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 23:58:25 +0800 |
commit | 31aa67f1caa802817e376745d01e187a26eaaea5 (patch) | |
tree | d1cc0bcf02afcc4f0ab13ad5e16dde8f59fe5cd5 /solc/CommandLineInterface.h | |
parent | bc359afe17b4cdab6083c11b9ee48fb0354f6495 (diff) | |
parent | 3150ab2bcfe6ab66d426916fc1a003ae52799b72 (diff) | |
download | dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar.gz dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar.bz2 dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar.lz dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar.xz dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.tar.zst dexon-solidity-31aa67f1caa802817e376745d01e187a26eaaea5.zip |
Merge pull request #640 from chriseth/globalPaths
Allow remappings to change depending on the context.
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r-- | solc/CommandLineInterface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index 52854bac..e240fe96 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -85,8 +85,6 @@ private: boost::program_options::variables_map m_args; /// map of input files to source code strings std::map<std::string, std::string> m_sourceCodes; - /// list of path prefix remappings, e.g. github.com/ethereum -> /usr/local/ethereum - std::vector<std::pair<std::string, std::string>> m_remappings; /// list of allowed directories to read files from std::vector<boost::filesystem::path> m_allowedDirectories; /// map of library names to addresses |