Skip to content

Commit 67eae01

Browse files
authored
Merge pull request #253 from ethereum/dao
Remove pragma from the DAO (only one file contained it)
2 parents d3bbe85 + 6ecc2e7 commit 67eae01

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/DAO/Token.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Which is itself based on the Ethereum standardized contract APIs:
2828
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
2929
*/
3030

31-
pragma solidity ^0.4.0;
32-
3331
/// @title Standard Token Contract.
3432

3533
contract TokenInterface {

test/DAO040/Token.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Which is itself based on the Ethereum standardized contract APIs:
2828
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
2929
*/
3030

31-
pragma solidity ^0.4.0;
32-
3331
/// @title Standard Token Contract.
3432

3533
contract TokenInterface {

0 commit comments

Comments
 (0)