Permalink
Browse files
pcp: remove String() as pcpString is internal
- Loading branch information...
Showing
with
0 additions
and
2 deletions.
-
+0
−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