remove unused variable
This commit is contained in:
parent
aae045f9aa
commit
df38e47fa2
|
@ -26,7 +26,6 @@ type Session struct {
|
|||
Statement Statement
|
||||
IsAutoCommit bool
|
||||
IsCommitedOrRollbacked bool
|
||||
TransType string
|
||||
IsAutoClose bool
|
||||
|
||||
// Automatically reset the statement after operations that execute a SQL
|
||||
|
|
Loading…
Reference in New Issue