From df38e47fa214587317824d1064d61854f4dc8133 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 10 Apr 2017 19:54:05 +0800 Subject: [PATCH] remove unused variable --- session.go | 1 - 1 file changed, 1 deletion(-) diff --git a/session.go b/session.go index 2e9eb9d8..60ad9f0d 100644 --- a/session.go +++ b/session.go @@ -26,7 +26,6 @@ type Session struct { Statement Statement IsAutoCommit bool IsCommitedOrRollbacked bool - TransType string IsAutoClose bool // Automatically reset the statement after operations that execute a SQL