code tidy up

This commit is contained in:
Nash Tsai 2013-12-24 11:52:20 +08:00
parent 112bc13fe9
commit d6de8fbb8b
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ type Session struct {
IsAutoClose bool
// !nashtsai! storing these beans due to yet committed tx
// afterInsertBeans []interface{}
// afterUpdateBeans []interface{}
// afterDeleteBeans []interface{}
afterInsertBeans map[interface{}]*[]func(interface{})
afterUpdateBeans map[interface{}]*[]func(interface{})
afterDeleteBeans map[interface{}]*[]func(interface{})