mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removing temporary contracts
- They are now added as importable libraries
This commit is contained in:
@@ -144,10 +144,6 @@ private:
|
||||
Contract();
|
||||
};
|
||||
|
||||
/// Expand source code with preprocessor-like includes.
|
||||
/// @todo Replace with better framework.
|
||||
std::string expanded(std::string const& _sourceCode);
|
||||
|
||||
void reset(bool _keepSources = false);
|
||||
void resolveImports();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user