diff --git a/session.go b/session.go index 456068adf9..60264a4ab6 100644 --- a/session.go +++ b/session.go @@ -200,17 +200,6 @@ func needRetry(st stmt.Statement) bool { } } -/* -func isPreparedStmt(st stmt.Statement) bool { - switch st.(type) { - case *stmts.PreparedStmt: - return true - default: - return false - } -} -*/ - func (s *session) Retry() error { s.retrying = true nh := s.history.clone()