Skip to content

Commit f58b2df

Browse files
committed
Remove unused setFloat64IfNotDefault func
1 parent 88008d0 commit f58b2df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

storage/cloudspanner/storage_provider.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,3 @@ func setUint64IfNotDefault(t *uint64, v uint64) {
154154
*t = v
155155
}
156156
}
157-
158-
func setFloat64IfNotDefault(t *float64, v float64) {
159-
if v != 0 {
160-
*t = v
161-
}
162-
}

0 commit comments

Comments
 (0)