mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
windows: remove unused errString type
It's no longer used since CL 165759
This commit is contained in:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user