Quellcode durchsuchen

remove unused variable

xormplus vor 8 Jahren
Ursprung
Commit
1a4c1766e7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      session.go

+ 2 - 2
session.go

@@ -28,8 +28,8 @@ type Session struct {
 	IsAutoCommit           bool
 	IsCommitedOrRollbacked bool
 	IsSqlFunc              bool
-	TransType              string
-	IsAutoClose            bool
+
+	IsAutoClose bool
 
 	// Automatically reset the statement after operations that execute a SQL
 	// query such as Count(), Find(), Get(), ...