Skip to content

Commit

Permalink
remove unused variables and methods (#4114)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored May 3, 2024
1 parent a2903dc commit 8d9eccd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions ignite/pkg/cosmosgen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ var (

templateTSClientRoot = newTemplateWriter("root")
templateTSClientModule = newTemplateWriter("module")
templateTSClientVue = newTemplateWriter("vue")
templateTSClientVueRoot = newTemplateWriter("vue-root")
templateTSClientComposable = newTemplateWriter("composable")
templateTSClientComposableRoot = newTemplateWriter("composable-root")
)
Expand Down
8 changes: 0 additions & 8 deletions ignite/services/chain/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,6 @@ func (c *Chain) Generate(
return nil
}

func (c Chain) joinGeneratedPath(rootPath string) string {
if filepath.IsAbs(rootPath) {
return filepath.Join(rootPath, "generated")
}

return filepath.Join(c.app.Path, rootPath, "generated")
}

func (c Chain) saveClientConfig(client base.Client) error {
path := c.ConfigPath()
file, err := os.Open(path)
Expand Down

0 comments on commit 8d9eccd

Please sign in to comment.