Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
lg committed Dec 26, 2022
1 parent 4519793 commit aa0d35b
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 697 deletions.
43 changes: 0 additions & 43 deletions ibc/core/codec.go

This file was deleted.

9 changes: 0 additions & 9 deletions ibc/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,15 +702,6 @@ func RegisterSwaggerAPI(ctx client.Context, rtr *mux.Router) {
rtr.PathPrefix("/swagger/").Handler(http.StripPrefix("/swagger/", staticServer))
}

// GetMaccPerms returns a copy of the module account permissions
func GetMaccPerms() map[string][]string {
dupMaccPerms := make(map[string][]string)
for k, v := range maccPerms {
dupMaccPerms[k] = v
}
return dupMaccPerms
}

// initParamsKeeper init params keeper and its subspaces
func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino, key, tkey sdk.StoreKey) paramskeeper.Keeper {
paramsKeeper := paramskeeper.NewKeeper(appCodec, legacyAmino, key, tkey)
Expand Down
75 changes: 0 additions & 75 deletions ibc/simapp/config.go

This file was deleted.

1 change: 0 additions & 1 deletion ibc/simapp/helpers/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
// SimAppChainID hardcoded chainID for simulation
const (
DefaultGenTxGas = 1000000
SimAppChainID = "simulation-app"
)

// GenTx generates a signed mock transaction.
Expand Down
7 changes: 0 additions & 7 deletions ibc/simapp/params/params.go

This file was deleted.

28 changes: 0 additions & 28 deletions ibc/simapp/params/weights.go

This file was deleted.

Loading

0 comments on commit aa0d35b

Please sign in to comment.