diff options
Diffstat (limited to 'src/pkg/runtime/error.go')
| -rw-r--r-- | src/pkg/runtime/error.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/error.go b/src/pkg/runtime/error.go index e704ff8726..12fd09eaf9 100644 --- a/src/pkg/runtime/error.go +++ b/src/pkg/runtime/error.go @@ -80,8 +80,6 @@ type errorCString struct{ cstr uintptr } func (e errorCString) RuntimeError() {} -func cstringToGo(uintptr) string - func (e errorCString) Error() string { return "runtime error: " + cstringToGo(e.cstr) } |
