Skip to content

Commit

Permalink
[cgo][cli.cli] refs skycoin#105 Removed function `SKY_cli_Config_Full…
Browse files Browse the repository at this point in the history
…WalletPath`
  • Loading branch information
Maykel Arias Torres committed Aug 9, 2019
1 parent 5b4a869 commit 160acfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Removed function `SKY_wallet_Wallet_File`
- Removed function `SKY_wallet_Wallet_Version`
- Removed function `SKY_wallet_Wallet_Type`
- Removed function `SKY_cli_Config_FullWalletPath`

### Changed

Expand Down
13 changes: 0 additions & 13 deletions lib/cgo/cli.cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ func SKY_cli_LoadConfig(_arg0 *C.Config__Handle) (____error_code uint32) {
return
}

//export SKY_cli_Config_FullWalletPath
func SKY_cli_Config_FullWalletPath(_c C.Config__Handle, _arg0 *C.GoString_) (____error_code uint32) {
__c, okc := lookupConfigHandle(_c)
if !okc {
____error_code = SKY_BAD_HANDLE
return
}
c := *__c
__arg0 := c.FullWalletPath()
copyString(__arg0, _arg0)
return
}

//export SKY_cli_Config_FullDBPath
func SKY_cli_Config_FullDBPath(_c C.Config__Handle, _arg0 *C.GoString_) (____error_code uint32) {
__c, okc := lookupConfigHandle(_c)
Expand Down

0 comments on commit 160acfa

Please sign in to comment.