diff --git a/CMakeLists.txt b/CMakeLists.txt index 31da43e1f7..ed5b4736dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,14 +29,6 @@ endif() option(ENABLE_WERROR "Enable `-Werror` compilation flag." Off) option(ENABLE_WEXTRA "Enable `-Wextra` compilation flag." Off) -set(SPLUGIN_VERSION_MAJOR 1) -set(SPLUGIN_VERSION_MINOR 1) -set(SPLUGIN_VERSION_PATCH 0) - -set( - VERSION_FULL - "${VERSION_FULL}-${SPLUGIN_VERSION_MAJOR}-${SPLUGIN_VERSION_MINOR}-${SPLUGIN_VERSION_PATCH}" -) set( CLI_CLIENT_EXECUTABLE_NAME cleos ) set( NODE_EXECUTABLE_NAME nodeos ) diff --git a/libraries/chain/include/eosio/chain/wasm_interface.hpp b/libraries/chain/include/eosio/chain/wasm_interface.hpp index b821e87cf3..7a52ab1540 100644 --- a/libraries/chain/include/eosio/chain/wasm_interface.hpp +++ b/libraries/chain/include/eosio/chain/wasm_interface.hpp @@ -86,7 +86,6 @@ namespace eosio { namespace chain { private: vm_oc_enable eosvmoc_tierup; - vm_type vm; }; } } // eosio::chain diff --git a/programs/nodeos/CMakeLists.txt b/programs/nodeos/CMakeLists.txt index e997d160b1..a0546ea6bd 100644 --- a/programs/nodeos/CMakeLists.txt +++ b/programs/nodeos/CMakeLists.txt @@ -51,3 +51,4 @@ copy_bin( ${NODE_EXECUTABLE_NAME} ) install( TARGETS ${NODE_EXECUTABLE_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT base ) +