Skip to content

Commit 3f0c460

Browse files
committed
windows: remove unused errString type
It's no longer used since CL 165759
1 parent a7f19e9 commit 3f0c460

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: 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)