Skip to content

Commit

Permalink
Remove unneeded helpers section from library.
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn committed Aug 31, 2020
1 parent e472dc2 commit 03859e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/ProtobufLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,4 @@ library ProtobufLib {
function encode_packed_repeated(bytes memory b) internal pure returns (bytes memory) {
return encode_length_delimited(b);
}

////////////////////////////////////
// Helpers
////////////////////////////////////
}

0 comments on commit 03859e3

Please sign in to comment.