Skip to content

Commit 1fa1608

Browse files
committed
curation: remove an unitialized, unused "owner" state variable found by the static code analyzer
1 parent cb8a8a9 commit 1fa1608

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contracts/curation/GraphSignalToken.sol

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ import "../governance/Governed.sol";
1313
* in a standard ERC20 token implementation except for burning them.
1414
*/
1515
contract GraphSignalToken is ERC20, Governed {
16-
address public owner;
17-
18-
modifier onlyOwner {
19-
require(msg.sender == owner, "Caller must be owner");
20-
_;
21-
}
22-
2316
/**
2417
* @dev Graph Token Contract Constructor.
2518
* @param _symbol Token symbol

0 commit comments

Comments
 (0)