summaryrefslogtreecommitdiff
path: root/rows.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows.go')
-rw-r--r--rows.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/rows.go b/rows.go
index 8072079..8702f93 100644
--- a/rows.go
+++ b/rows.go
@@ -79,11 +79,6 @@ type Rows struct {
token xml.Token
}
-// CurrentRow returns the row number that represents the current row.
-func (rows *Rows) CurrentRow() int {
- return rows.seekRow
-}
-
// Next will return true if find the next row element.
func (rows *Rows) Next() bool {
rows.seekRow++