windows: remove unused errString type

It's no longer used since CL 165759
This commit is contained in:
Sebastiaan van Stijn
2024-12-24 21:22:52 +01:00
parent a7f19e9c20
commit 3f0c460db1

View File

@@ -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) }