| Index: logdog/client/annotee/annotation/annotation.go
|
| diff --git a/logdog/client/annotee/annotation/annotation.go b/logdog/client/annotee/annotation/annotation.go
|
| index 0457c897a55e1a0ac9289504340367d004e2091e..7151266b7ed526f0d812fb4567fb20d24fc2461f 100644
|
| --- a/logdog/client/annotee/annotation/annotation.go
|
| +++ b/logdog/client/annotee/annotation/annotation.go
|
| @@ -461,12 +461,6 @@ func (s *State) RootStep() *Step {
|
| return &s.rootStep
|
| }
|
|
|
| -// AnnotationStream returns the name of this State's Milo annotation datagram
|
| -// stream.
|
| -func (s *State) AnnotationStream() types.StreamName {
|
| - return s.rootStep.BaseStream("annotations")
|
| -}
|
| -
|
| // CurrentStep returns the step referenced by the step cursor.
|
| func (s *State) CurrentStep() *Step {
|
| s.initialize()
|
|
|