From 225fa493bc44c73295e3e9aadc955b86eea396f1 Mon Sep 17 00:00:00 2001 From: Allen Han Date: Tue, 8 Sep 2020 11:26:08 -0500 Subject: [PATCH] add abi conversion from abieos, and move a function from wasm_ql.cpp --- libraries/abieos | 2 +- libraries/rodeos/wasm_ql.cpp | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/libraries/abieos b/libraries/abieos index 294b9deac98..f9edfc837e2 160000 --- a/libraries/abieos +++ b/libraries/abieos @@ -1 +1 @@ -Subproject commit 294b9deac98164c0948d0cd40d9f3c798a1530bd +Subproject commit f9edfc837e2d91c4cab2da2965e400806b86e87c diff --git a/libraries/rodeos/wasm_ql.cpp b/libraries/rodeos/wasm_ql.cpp index f2f757d9342..f28cc2d534e 100644 --- a/libraries/rodeos/wasm_ql.cpp +++ b/libraries/rodeos/wasm_ql.cpp @@ -32,12 +32,6 @@ using eosio::ship_protocol::transaction_trace_v0; namespace eosio { -// todo: move to abieos -template -void to_json(const might_not_exist& val, S& stream) { - return to_json(val.value, stream); -} - // todo: abieos support for pair. Used by extensions_type. template void to_json(const std::pair>&, S& stream) {