Skip to content

Commit

Permalink
safesocket: delete unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
  • Loading branch information
josharian committed May 4, 2021
1 parent f91c2df commit 737151e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions safesocket/pipe_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import (
"syscall"
)

func path(vendor, name string, port uint16) string {
return fmt.Sprintf("127.0.0.1:%v", port)
}

func connect(path string, port uint16) (net.Conn, error) {
pipe, err := net.Dial("tcp", fmt.Sprintf("127.0.0.1:%d", port))
if err != nil {
Expand Down

0 comments on commit 737151e

Please sign in to comment.