Skip to content

Commit

Permalink
Remove unecessary code from Context (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Jun 14, 2021
1 parent 17958ad commit fd111df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/utils/Context.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ abstract contract Context {
}

function _msgData() internal view virtual returns (bytes calldata) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}

0 comments on commit fd111df

Please sign in to comment.