Permalink
Browse files

pcp: remove String() as pcpString is internal

  • Loading branch information...
1 parent 05757bd commit f09dc27f2e978f1fc154eb0b7930b05abf694d16 @suyash suyash committed Aug 6, 2016
Showing with 0 additions and 2 deletions.
  1. +0 −2 pcp.go
View
2 pcp.go
@@ -11,5 +11,3 @@ type pcpString struct {
func newpcpString(s string) *pcpString {
return &pcpString{s, 0}
}
-
-func (s *pcpString) String() string { return s.val }

0 comments on commit f09dc27

Please sign in to comment.