Skip to content

Commit 61c8477

Browse files
committed
Remove deadcode
Signed-off-by: Adam Reese <[email protected]>
1 parent 36845ea commit 61c8477

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v3/sqlite/sqlite.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ type rows struct {
8282
pos int
8383
len int
8484
rows [][]any
85-
closed bool
8685
}
8786

8887
var _ driver.Rows = (*rows)(nil)
@@ -97,7 +96,6 @@ func (r *rows) Close() error {
9796
r.rows = nil
9897
r.pos = 0
9998
r.len = 0
100-
r.closed = true
10199
return nil
102100
}
103101

0 commit comments

Comments
 (0)