mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Remove old code
This commit is contained in:
parent
c6cf723c68
commit
22e4d16e1f
1 changed files with 0 additions and 6 deletions
|
|
@ -24,12 +24,6 @@ inline u256 fromAddress(Address _a)
|
||||||
return (u160)_a;
|
return (u160)_a;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ExtData
|
|
||||||
{
|
|
||||||
const byte* calldata;
|
|
||||||
const byte* code;
|
|
||||||
};
|
|
||||||
|
|
||||||
Ext::Ext(RuntimeManager& _runtimeManager):
|
Ext::Ext(RuntimeManager& _runtimeManager):
|
||||||
RuntimeHelper(_runtimeManager)
|
RuntimeHelper(_runtimeManager)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue