From e63b74b08ea183d309370107113e1630767b3594 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Tue, 22 Feb 2022 12:55:51 -0700 Subject: [PATCH] Remove commented pre-Europa pipelines code Signed-off-by: Joel Longtine --- plan/task/task.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plan/task/task.go b/plan/task/task.go index 2379f597..408253a7 100644 --- a/plan/task/task.go +++ b/plan/task/task.go @@ -60,11 +60,6 @@ func New(typ string) Task { } func Lookup(v *compiler.Value) (Task, error) { - // FIXME: legacy pipelines - // if environment.IsComponent(v) { - // return New("#up"), nil - // } - if v.Kind() != cue.StructKind { return nil, ErrNotTask }