Sfoglia il codice sorgente

remove unused variable

xormplus 8 anni fa
parent
commit
8286995e27
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      session.go

+ 0 - 1
session.go

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