Browse Source

Remove old code

cl-refactor
Paweł Bylica 10 years ago
parent
commit
4f5959ed64
  1. 6
      libevmjit/Ext.cpp

6
libevmjit/Ext.cpp

@ -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)
{

Loading…
Cancel
Save