Browse Source

Remove unecessary code from Context (#2718)

Hadrien Croubois 4 years ago
parent
commit
fd111df16d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      contracts/utils/Context.sol

+ 0 - 1
contracts/utils/Context.sol

@@ -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;
     }
 }