mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse arguments in free function.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user