Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Remove unused ABIEncoderV2 pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Aug 11, 2019
1 parent 725d47b commit d6cbff0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/exchange-libs/contracts/src/LibFillResults.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

pragma solidity ^0.5.9;
pragma experimental ABIEncoderV2;

import "@0x/contracts-utils/contracts/src/LibSafeMath.sol";
import "./LibMath.sol";
Expand Down
1 change: 0 additions & 1 deletion contracts/exchange-libs/contracts/src/LibOrder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

pragma solidity ^0.5.9;
pragma experimental ABIEncoderV2;

import "@0x/contracts-utils/contracts/src/LibEIP712.sol";

Expand Down

0 comments on commit d6cbff0

Please sign in to comment.