summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go')
-rw-r--r--vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go b/vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go
deleted file mode 100644
index f8255a1b1..000000000
--- a/vendor/github.com/go-viper/mapstructure/v2/reflect_go1_20.go
+++ /dev/null
@@ -1,10 +0,0 @@
-//go:build go1.20
-
-package mapstructure
-
-import "reflect"
-
-// TODO: remove once we drop support for Go <1.20
-func isComparable(v reflect.Value) bool {
- return v.Comparable()
-}