Browse Source

Unused class removed

cl-refactor
Paweł Bylica 10 years ago
parent
commit
4207d46ba8
  1. 2
      evmjit/libevmjit/Common.h

2
evmjit/libevmjit/Common.h

@ -22,8 +22,6 @@ using bytes = std::vector<byte>;
using bytes_ref = std::tuple<byte const*, size_t>;
using code_iterator = byte const*;
struct NoteChannel {}; // FIXME: Use some log library?
enum class ReturnCode
{
// Success codes

Loading…
Cancel
Save