summaryrefslogtreecommitdiff
path: root/runner/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/base.go')
-rw-r--r--runner/base.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/runner/base.go b/runner/base.go
index eb91812..c5606a3 100644
--- a/runner/base.go
+++ b/runner/base.go
@@ -88,7 +88,3 @@ func (b BaseHydration[T]) Description() string {
func (b BaseHydration[T]) Target() model.Target {
return b.BaseTarget
}
-
-func (b BaseTarget) Visible() bool {
- return b.Tags().Visible()
-}