Skip to content

Commit

Permalink
channel is not used in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
laduchesneau committed Nov 11, 2023
1 parent fcb2bb4 commit 5c84933
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/transcceiver_with_manual_response/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func sendingAndReceiveSMS(wg *sync.WaitGroup) {
SystemType: "",
}

sendResponse := make(chan pdu.PDU)
defer close(sendResponse)
trans, err := gosmpp.NewSession(
gosmpp.TRXConnector(gosmpp.NonTLSDialer, auth),
gosmpp.Settings{
Expand Down

0 comments on commit 5c84933

Please sign in to comment.