aboutsummaryrefslogtreecommitdiff
path: root/src/internal/errinternal/errinternal.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/errinternal/errinternal.go')
-rw-r--r--src/internal/errinternal/errinternal.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/internal/errinternal/errinternal.go b/src/internal/errinternal/errinternal.go
deleted file mode 100644
index f484ac03e8..0000000000
--- a/src/internal/errinternal/errinternal.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2019 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package errinternal
-
-// NewError creates a new error as created by errors.New, but with one
-// additional stack frame depth.
-var NewError func(msg string, err error) error