Explorar o código

Remove unecessary code from Context (#2718)

Hadrien Croubois %!s(int64=4) %!d(string=hai) anos
pai
achega
fd111df16d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
     }
 }