Skip to content

Commit

Permalink
Remove opcode helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 10, 2019
1 parent 921f035 commit ede79bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
1 change: 0 additions & 1 deletion lib/evmone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ add_library(evmone
instruction_metrics.hpp
instructions.cpp
limits.hpp
opcodes_helpers.h
)
target_link_libraries(evmone PUBLIC evmc::evmc PRIVATE intx::intx ethash::keccak)
target_include_directories(evmone PUBLIC
Expand Down
1 change: 0 additions & 1 deletion lib/evmone/analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "analysis.hpp"
#include "instruction_metrics.hpp"
#include "opcodes_helpers.h"
#include <cassert>

namespace evmone
Expand Down
76 changes: 0 additions & 76 deletions lib/evmone/opcodes_helpers.h

This file was deleted.

0 comments on commit ede79bd

Please sign in to comment.