Permalink
Browse files

instance: remove String()

a public method on an internal type makes no goddamn sense, unless it is
being used somewhere internally.
  • Loading branch information...
1 parent 1db558b commit b8cc339e2adfdd7d4b23e21f495ca301a255fe3e @suyash suyash committed Aug 8, 2016
Showing with 0 additions and 4 deletions.
  1. +0 −4 instance.go
View
@@ -20,7 +20,3 @@ func newpcpInstance(name string) *pcpInstance {
name, hash(name, 0), 0,
}
}
-
-func (i *pcpInstance) String() string {
- return "Instance: " + i.name
-}

0 comments on commit b8cc339

Please sign in to comment.