Skip to content

Commit e88941d

Browse files
committed
Remove unused function
1 parent 9474abb commit e88941d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

claim_contracts/script/DeployAlignedToken.s.sol

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,6 @@ contract DeployAlignedToken is Script {
4949
);
5050
}
5151

52-
function deployProxyAdmin(
53-
address _safe,
54-
bytes32 _salt,
55-
address _deployer
56-
) internal returns (ProxyAdmin) {
57-
bytes memory _proxyAdminDeploymentData = Utils.proxyAdminDeploymentData(
58-
_safe
59-
);
60-
address _proxyAdminCreate2Address = Utils.deployWithCreate2(
61-
_proxyAdminDeploymentData,
62-
_salt,
63-
_deployer
64-
);
65-
66-
return ProxyAdmin(_proxyAdminCreate2Address);
67-
}
68-
6952
function deployAlignedTokenProxy(
7053
address _proxyAdmin,
7154
bytes32 _salt,

0 commit comments

Comments
 (0)