Make solidity independent from ethcore.

This commit is contained in:
chriseth
2016-04-06 20:56:00 +02:00
parent 193b1c940c
commit f227050c20
15 changed files with 98 additions and 144 deletions
+1 -3
View File
@@ -26,7 +26,6 @@
#include <libdevcore/CommonIO.h>
#include <libdevcore/CommonData.h>
#include <libevmasm/Instruction.h>
#include "ethereum/BuildInfo.h"
using namespace std;
using namespace dev;
using namespace dev::solidity;
@@ -48,9 +47,8 @@ void help()
void version()
{
cout << "LLLC, the Lovely Little Language Compiler " << dev::Version << endl;
cout << "LLLC, the Lovely Little Language Compiler " << endl;
cout << " By Gav Wood, (c) 2014." << endl;
cout << "Build: " << DEV_QUOTED(ETH_BUILD_PLATFORM) << "/" << DEV_QUOTED(ETH_BUILD_TYPE) << endl;
exit(0);
}