Browse Source

remove unused variable

xormplus 8 years ago
parent
commit
8286995e27
1 changed files with 0 additions and 1 deletions
  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{})