Fixes/Remove Unused
This commit is contained in:
parent
a24a6bfc68
commit
953a1314a3
3 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue