diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-02-21 23:25:28 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-02-21 23:31:25 +0800 |
commit | 3367bf4b954ce4ac4c85286c1a0816e0143f016b (patch) | |
tree | ac3b686b019cb0c3f8055e81ebf46b4fc329db46 /CompilerStack.h | |
parent | 7b709c7c8ad1553feabd294f83e3b7ce2281114a (diff) | |
download | dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar.gz dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar.bz2 dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar.lz dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar.xz dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.tar.zst dexon-solidity-3367bf4b954ce4ac4c85286c1a0816e0143f016b.zip |
Removing temporary contracts
- They are now added as importable libraries
Diffstat (limited to 'CompilerStack.h')
-rw-r--r-- | CompilerStack.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CompilerStack.h b/CompilerStack.h index c9642745..87946a6b 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -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(); |