Skip to content

Commit

Permalink
Remove redundant type alias for HashProviderType.
Browse files Browse the repository at this point in the history
Signed-off-by: luckychess <[email protected]>
  • Loading branch information
luckychess authored and kamilsa committed Dec 27, 2017
1 parent f8c69f2 commit 1344113
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shared_model/backend/protobuf/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ namespace shared_model {
iroha::protocol::Transaction,
Transaction> {
public:
using HashProviderType = typename interface::
Hashable<Transaction, iroha::model::Transaction>::HashProviderType;

template <typename TransactionType>
explicit Transaction(TransactionType &&transaction)
: CopyableProto(std::forward<TransactionType>(transaction)),
Expand Down

0 comments on commit 1344113

Please sign in to comment.