Skip to content

Commit e2addbb

Browse files
committed
Remove unused variable
1 parent 6739848 commit e2addbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/analyzer/analyzer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ func sanitizeArguments(args []interface{}) []interface{} {
318318
default:
319319
// Use reflection to handle structs and pointers to structs
320320
rv := reflect.ValueOf(arg)
321-
rt := reflect.TypeOf(arg)
322321
if rv.Kind() == reflect.Ptr {
323322
rv = rv.Elem()
324323
if rv.Kind() == reflect.Struct {

0 commit comments

Comments
 (0)