Skip to content

Commit

Permalink
fix: removed the commented functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kolhapuresatyajeet authored and alainncls committed Sep 26, 2023
1 parent 07fdf55 commit c60560e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/AttestationRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,4 @@ contract AttestationRegistry is OwnableUpgradeable, ERC1155Upgradeable {
}
return result;
}

// function _msgSender() internal view override(Context, ContextUpgradeable) returns (address sender) {
// sender = ContextUpgradeable._msgSender();
// }

// function _msgData() internal view override(Context, ContextUpgradeable) returns (bytes calldata) {
// return ContextUpgradeable._msgData();
// }
}

0 comments on commit c60560e

Please sign in to comment.