<161409586136.20778.9387675138127177767-0@git.sr.ht>
From: pierre <pierre.curto@gmail.com> Signed-off-by: pierre <pierre.curto@gmail.com> --- internal/opconst/ops.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/opconst/ops.go b/internal/opconst/ops.go index 2f146a8..8e9a1a3 100644 --- a/internal/opconst/ops.go +++ b/internal/opconst/ops.go @@ -12,7 +12,6 @@ const ( TypeCall TypeDefer TypeTransform - TypeLayer TypeInvalidate TypeImage TypePaint @@ -42,7 +41,6 @@ const ( TypeCallLen = 1 + 4 + 4 TypeDeferLen = 1 TypeTransformLen = 1 + 4*6 - TypeLayerLen = 1 TypeRedrawLen = 1 + 8 TypeImageLen = 1 TypePaintLen = 1 @@ -87,7 +85,6 @@ func (t OpType) Size() int { TypeCallLen, TypeDeferLen, TypeTransformLen, - TypeLayerLen, TypeRedrawLen, TypeImageLen, TypePaintLen, -- 2.30.1
<C9H1NSS898M7.36TCILJ513PVB@cirno2>
<161409586136.20778.9387675138127177767-0@git.sr.ht>
(view parent)
gio/patches: FAILED in 20m13s [internal/opconst: removed unused TypeLayer][0] from [~pierrec][1] [0]: https://lists.sr.ht/~eliasnaur/gio-patches/patches/20472 [1]: mailto:pierre.curto@gmail.com ✗ #436237 FAILED gio/patches/linux.yml https://builds.sr.ht/~eliasnaur/job/436237 ✓ #436236 SUCCESS gio/patches/freebsd.yml https://builds.sr.ht/~eliasnaur/job/436236 ✓ #436238 SUCCESS gio/patches/openbsd.yml https://builds.sr.ht/~eliasnaur/job/436238 ✓ #436235 SUCCESS gio/patches/apple.yml https://builds.sr.ht/~eliasnaur/job/436235
<C9HNF3E1PBB4.2UPVFNKEGU29D@themachine>
<161409586136.20778.9387675138127177767-0@git.sr.ht>
(view parent)
Thanks, merged.