Fixes/Remove Unused

This commit is contained in:
Nathan Hourt 2020-08-18 18:11:17 -05:00
parent a24a6bfc68
commit 953a1314a3
No known key found for this signature in database
GPG key ID: B4344309A110851E
3 changed files with 0 additions and 5 deletions

View file

@ -92,7 +92,6 @@ namespace graphene { namespace chain {
using fc::enum_type;
using fc::optional;
using fc::unsigned_int;
using fc::signed_int;
using fc::time_point_sec;
using fc::time_point;
using fc::safe;
@ -323,7 +322,6 @@ namespace graphene { namespace chain {
typedef object_id< implementation_ids, impl_sweeps_vesting_balance_object_type, sweeps_vesting_balance_object> sweeps_vesting_balance_id_type;
typedef object_id< implementation_ids, impl_offer_history_object_type, offer_history_object> offer_history_id_type;
typedef fc::array<char, GRAPHENE_MAX_ASSET_SYMBOL_LENGTH> symbol_type;
typedef fc::ripemd160 block_id_type;
typedef fc::ripemd160 checksum_type;
typedef fc::ripemd160 transaction_id_type;

View file

@ -26,7 +26,6 @@
#include <graphene/chain/protocol/types.hpp>
#include <fc/array.hpp>
#include <fc/io/varint.hpp>
#include <fc/network/ip.hpp>
#include <fc/io/raw_fwd.hpp>

View file

@ -61,8 +61,6 @@ class stcp_socket : public virtual fc::iostream
fc::sha512 _shared_secret;
fc::ecc::private_key _priv_key;
fc::array<char,8> _buf;
//uint32_t _buf_len;
fc::tcp_socket _sock;
fc::aes_encoder _send_aes;
fc::aes_decoder _recv_aes;