Skip to content

Commit

Permalink
windows: remove unused errString type
Browse files Browse the repository at this point in the history
It's no longer used since CL 165759.

Change-Id: Ie8c834a6dd1147889ec47bf92a5d4cce08bbf4fd
GitHub-Last-Rev: 3f0c460
GitHub-Pull-Request: #241
Reviewed-on: https://go-review.googlesource.com/c/sys/+/638716
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
  • Loading branch information
thaJeztah authored and gopherbot committed Dec 26, 2024
1 parent a7f19e9 commit 680bd24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions windows/dll_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,3 @@ func loadLibraryEx(name string, system bool) (*DLL, error) {
}
return &DLL{Name: name, Handle: h}, nil
}

type errString string

func (s errString) Error() string { return string(s) }

0 comments on commit 680bd24

Please sign in to comment.