diff options
| author | zc <zc2638@qq.com> | 2022-03-09 14:50:01 +0800 |
|---|---|---|
| committer | zc <zc2638@qq.com> | 2022-03-09 14:50:11 +0800 |
| commit | 3b37e911f1b8da5e6461bca5a4cde011e4151704 (patch) | |
| tree | af92cb7a1c28ab3fc8f07f59ad76a7493b10044f /build | |
| parent | Merge pull request #3652 from LRaito/master (diff) | |
| download | kubeedge-3b37e911f1b8da5e6461bca5a4cde011e4151704.tar.gz | |
remove unnecessary type check
Signed-off-by: zc <zc2638@qq.com>
Diffstat (limited to 'build')
| -rw-r--r-- | build/helm/charts/charts.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/helm/charts/charts.go b/build/helm/charts/charts.go index 1974b0906..63b7a8732 100644 --- a/build/helm/charts/charts.go +++ b/build/helm/charts/charts.go @@ -26,12 +26,6 @@ import ( //go:embed cloudcore/templates/_helpers.tpl var FS embed.FS -var ( - _ fs.FS = FS - _ fs.ReadFileFS = FS - _ fs.ReadDirFS = FS -) - // BuiltinOrDir returns a FS for the provided directory. If no directory is passed, the compiled in // FS will be used func BuiltinOrDir(dir string) fs.FS { |
