Skip to content

Commit

Permalink
Remove comment out test code
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperlin committed Feb 13, 2024
1 parent 96061f5 commit 9b83cd0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,12 +447,6 @@ func getSourceOp(ctx context.Context, t *testing.T, src Source) []*pb.Op {
})
return *st, err
}
// if src.Build.Source.Context != nil {
// sOpt.GetContext = func(name string, opts ...llb.LocalOption) (*llb.State, error) {
// st := llb.Local(name, opts...)
// return &st, nil
// }
// }
}

if src.Context != nil {
Expand Down

0 comments on commit 9b83cd0

Please sign in to comment.