Skip to content

Commit

Permalink
remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Aug 30, 2024
1 parent ee83c93 commit cb3db41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/slicer/slicer.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ func Run(options *RunOptions) error {
return err
}

// Generate manifests.
pkgInfos := []*archive.PackageInfo{}
for pkg, _ := range packages {
pkgInfo, err := archives[pkg].Info(pkg)
Expand Down
1 change: 0 additions & 1 deletion internal/slicer/slicer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,6 @@ func runSlicerTests(c *C, tests []slicerTest) {
for _, slices := range testutil.Permutations(test.slices) {
c.Logf("Summary: %s", test.summary)

// Defaults.
if _, ok := test.release["chisel.yaml"]; !ok {
test.release["chisel.yaml"] = defaultChiselYaml
}
Expand Down

0 comments on commit cb3db41

Please sign in to comment.