From 3367bf4b954ce4ac4c85286c1a0816e0143f016b Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Sat, 21 Feb 2015 16:25:28 +0100 Subject: Removing temporary contracts - They are now added as importable libraries --- CompilerStack.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CompilerStack.h') 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(); -- cgit v1.2.3