Skip to content

Commit 680bd24

Browse files
thaJeztahgopherbot
authored andcommitted
windows: remove unused errString type
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 <[email protected]> Auto-Submit: Jorropo <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Jorropo <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent a7f19e9 commit 680bd24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

windows/dll_windows.go

-4
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,3 @@ func loadLibraryEx(name string, system bool) (*DLL, error) {
410410
}
411411
return &DLL{Name: name, Handle: h}, nil
412412
}
413-
414-
type errString string
415-
416-
func (s errString) Error() string { return string(s) }

0 commit comments

Comments
 (0)