summaryrefslogtreecommitdiff
path: root/src/pkg/strings/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/strings/reader.go')
-rw-r--r--src/pkg/strings/reader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/strings/reader.go b/src/pkg/strings/reader.go
index 8423f7e45..eb515de00 100644
--- a/src/pkg/strings/reader.go
+++ b/src/pkg/strings/reader.go
@@ -43,7 +43,6 @@ func (r *Reader) ReadByte() (b byte, err os.Error) {
return
}
-
// UnreadByte moves the reading position back by one byte.
// It is an error to call UnreadByte if nothing has been
// read yet.