From a429e0cbaf4cf4cf42f10881d0da8ba2ca6b2c0e Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Mon, 20 Dec 2021 11:59:36 -0700 Subject: [PATCH] Clean up old code Signed-off-by: Joel Longtine --- plan/task/copy.go | 8 -------- stdlib/europa/dagger/engine/fs.cue | 1 - 2 files changed, 9 deletions(-) diff --git a/plan/task/copy.go b/plan/task/copy.go index a9df4ccd..ebaedc10 100644 --- a/plan/task/copy.go +++ b/plan/task/copy.go @@ -80,12 +80,4 @@ func (t *copyTask) Run(ctx context.Context, pctx *plancontext.Context, s solver. return compiler.NewValue().FillFields(map[string]interface{}{ "output": fs.MarshalCUE(), }) - - // output := compiler.NewValue() - - // if err := output.FillPath(cue.ParsePath("output"), fs.MarshalCUE()); err != nil { - // return nil, err - // } - - // return output, nil } diff --git a/stdlib/europa/dagger/engine/fs.cue b/stdlib/europa/dagger/engine/fs.cue index 8940052a..c564fe95 100644 --- a/stdlib/europa/dagger/engine/fs.cue +++ b/stdlib/europa/dagger/engine/fs.cue @@ -63,7 +63,6 @@ package engine input: #FS #CopyInfo - dest: string output: #FS }