Skip to content

Commit

Permalink
Merge pull request #253 from ethereum/dao
Browse files Browse the repository at this point in the history
Remove pragma from the DAO (only one file contained it)
  • Loading branch information
axic authored Sep 17, 2018
2 parents d3bbe85 + 6ecc2e7 commit 67eae01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/DAO/Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Which is itself based on the Ethereum standardized contract APIs:
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
*/

pragma solidity ^0.4.0;

/// @title Standard Token Contract.

contract TokenInterface {
Expand Down
2 changes: 0 additions & 2 deletions test/DAO040/Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Which is itself based on the Ethereum standardized contract APIs:
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
*/

pragma solidity ^0.4.0;

/// @title Standard Token Contract.

contract TokenInterface {
Expand Down

0 comments on commit 67eae01

Please sign in to comment.