Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
b758d870
Commit
b758d870
authored
Dec 18, 2013
by
Shawn Smith
Committed by
Russ Cox
Dec 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
encoding/csv: remove unused unreadRune function
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/37720046
parent
a025e1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/pkg/encoding/csv/reader.go
src/pkg/encoding/csv/reader.go
+0
-6
No files found.
src/pkg/encoding/csv/reader.go
View file @
b758d870
...
...
@@ -193,12 +193,6 @@ func (r *Reader) readRune() (rune, error) {
return
r1
,
err
}
// unreadRune puts the last rune read from r back.
func
(
r
*
Reader
)
unreadRune
()
{
r
.
r
.
UnreadRune
()
r
.
column
--
}
// skip reads runes up to and including the rune delim or until error.
func
(
r
*
Reader
)
skip
(
delim
rune
)
error
{
for
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment