Skip to content

Commit 2c404ee

Browse files
committed
Remove unneeded type
1 parent cdf5f66 commit 2c404ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sqlite3_session.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ type Session struct {
2727
session *C.sqlite3_session
2828
}
2929

30-
type Changeset struct {
31-
changeset *C.sqlite3_changeset_iter
32-
}
33-
3430
// CreateSession creates a new session object.
3531
func (c *SQLiteConn) CreateSession(dbName string) (*Session, error) {
3632
cDbName := C.CString(dbName)

0 commit comments

Comments
 (0)