Selaa lähdekoodia

Remove unecessary code from Context (#2718)

Hadrien Croubois 4 vuotta sitten
vanhempi
sitoutus
fd111df16d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;
     }
 }