aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytes/export_test.go')
-rw-r--r--src/bytes/export_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytes/export_test.go b/src/bytes/export_test.go
index 3b915d5ead..f61523e60b 100644
--- a/src/bytes/export_test.go
+++ b/src/bytes/export_test.go
@@ -7,7 +7,3 @@ package bytes
// Export func for testing
var IndexBytePortable = indexBytePortable
var EqualPortable = equalPortable
-
-func (b *Buffer) Cap() int {
- return cap(b.buf)
-}