Parse arguments in free function.

This commit is contained in:
chriseth
2016-06-28 23:18:55 +02:00
parent 27df4b7e71
commit 93c8fc094e
2 changed files with 10 additions and 18 deletions
@@ -255,13 +255,6 @@ protected:
bool storageEmpty(Address const& _addr);
bool addressHasCode(Address const& _addr);
struct boostArg
{
boostArg();
std::string ipcPath;
};
boostArg const& getArgs();
RPCSession& m_rpc;
struct LogEntry