Jelajahi Sumber

remove unused variable

xormplus 8 tahun lalu
induk
melakukan
8286995e27
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      session.go

+ 0 - 1
session.go

@@ -46,7 +46,6 @@ type Session struct {
 
 
 	prepareStmt bool
 	prepareStmt bool
 	stmtCache   map[uint32]*core.Stmt //key: hash.Hash32 of (queryStr, len(queryStr))
 	stmtCache   map[uint32]*core.Stmt //key: hash.Hash32 of (queryStr, len(queryStr))
-	cascadeDeep int
 
 
 	// !evalphobia! stored the last executed query on this session
 	// !evalphobia! stored the last executed query on this session
 	//beforeSQLExec func(string, ...interface{})
 	//beforeSQLExec func(string, ...interface{})