Remove old code

This commit is contained in:
Paweł Bylica 2014-10-30 10:39:45 +01:00
parent c6cf723c68
commit 22e4d16e1f

View file

@ -24,12 +24,6 @@ inline u256 fromAddress(Address _a)
return (u160)_a;
}
struct ExtData
{
const byte* calldata;
const byte* code;
};
Ext::Ext(RuntimeManager& _runtimeManager):
RuntimeHelper(_runtimeManager)
{