From f227050c203fd0da70fcefbbecc922fd16045aa6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 6 Apr 2016 20:55:46 +0200 Subject: Make solidity independent from ethcore. --- lllc/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lllc') diff --git a/lllc/main.cpp b/lllc/main.cpp index 2c3b6a64..a4c92d67 100644 --- a/lllc/main.cpp +++ b/lllc/main.cpp @@ -26,7 +26,6 @@ #include #include #include -#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); } -- cgit