summaryrefslogtreecommitdiff
path: root/runner
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-22 17:25:18 +0200
committerewy <ewy0@protonmail.com>2026-04-22 17:25:18 +0200
commitc609f0b27a48c07053d1bd7bb0b1da41c11c9a5f (patch)
tree0fec48ea20fdd3967200e60aac40b85ad0a8ce7f /runner
parent3a28945131e151e8cc345bff09cd9b8bc017b62b (diff)
whoops, remove double method
Diffstat (limited to 'runner')
-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()
-}