Commit 7dc282d4 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

clear some unused XXXScript (#13730)

parent 93c62d43
...@@ -36,10 +36,6 @@ func (output *DeployDisputeGameOutput) CheckOutput(input common.Address) error { ...@@ -36,10 +36,6 @@ func (output *DeployDisputeGameOutput) CheckOutput(input common.Address) error {
return nil return nil
} }
type DeployDisputeGameScript struct {
Run func(input, output common.Address) error
}
func DeployDisputeGame( func DeployDisputeGame(
host *script.Host, host *script.Host,
input DeployDisputeGameInput, input DeployDisputeGameInput,
......
...@@ -15,10 +15,6 @@ type DeployMIPSOutput struct { ...@@ -15,10 +15,6 @@ type DeployMIPSOutput struct {
MipsSingleton common.Address MipsSingleton common.Address
} }
type DeployMIPSScript struct {
Run func(input, output common.Address) error
}
func DeployMIPS( func DeployMIPS(
host *script.Host, host *script.Host,
input DeployMIPSInput, input DeployMIPSInput,
......
...@@ -18,10 +18,6 @@ type DeployProxyOutput struct { ...@@ -18,10 +18,6 @@ type DeployProxyOutput struct {
Proxy common.Address Proxy common.Address
} }
type DeployProxyScript struct {
Run func(input, output common.Address) error
}
func DeployProxy( func DeployProxy(
host *script.Host, host *script.Host,
input DeployProxyInput, input DeployProxyInput,
......
...@@ -37,10 +37,6 @@ func (output *DeploySuperchainOutput) CheckOutput(input common.Address) error { ...@@ -37,10 +37,6 @@ func (output *DeploySuperchainOutput) CheckOutput(input common.Address) error {
return nil return nil
} }
type DeploySuperchainScript struct {
Run func(in common.Address, out common.Address) error
}
type DeploySuperchainOpts struct { type DeploySuperchainOpts struct {
ChainID *big.Int ChainID *big.Int
ArtifactsFS foundry.StatDirFs ArtifactsFS foundry.StatDirFs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment