Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1469 from SheldonHH/patch-12
Browse files Browse the repository at this point in the history
Remove duplicate make_pair
  • Loading branch information
b1bart authored Feb 26, 2018
2 parents af70f04 + 6895953 commit b07081e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/chain/include/eosio/chain/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ namespace eosio { namespace chain {
using std::make_pair;
using std::enable_shared_from_this;
using std::tie;
using std::make_pair;
using std::move;
using std::forward;
using std::to_string;
Expand Down

0 comments on commit b07081e

Please sign in to comment.