Removing temporary contracts

- They are now added as importable libraries
This commit is contained in:
Lefteris Karapetsas
2015-02-21 16:31:25 +01:00
parent 7b709c7c8a
commit 3367bf4b95
2 changed files with 2 additions and 57 deletions
-4
View File
@@ -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();