Skip to content

Commit be618c2

Browse files
committed
Remove another duplicate
1 parent be1798b commit be618c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/system_settype.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ func (t systemSetType) Convert(v interface{}) (interface{}, error) {
9898
intValue := int64(value)
9999
return t.SetType.Convert(intValue)
100100
}
101-
return nil, ErrInvalidSystemVariableValue.New(t.varName, v) // Reject values with fractional parts
102101
}
103102
return nil, ErrInvalidSystemVariableValue.New(t.varName, v) // Reject out-of-range values
104103
case decimal.Decimal:

0 commit comments

Comments
 (0)