From 1f5cd4a420cbcdf43effaa4ea8be08cd03242336 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Thu, 14 Mar 2024 15:46:25 +0100 Subject: [PATCH] fix: rm duplicated method --- src/struct.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/struct.jl b/src/struct.jl index 9e0ac5b1a..8e44e460e 100644 --- a/src/struct.jl +++ b/src/struct.jl @@ -67,8 +67,6 @@ function SymbolicUtils.promote_symtype(::typeof(typed_getfield), ::Type{<:Struct FT end - -SymbolicUtils.promote_symtype(::typeof(setfield!), ::Type{<:Struct}, _, ::Type{T}) where T = T function SymbolicUtils.promote_symtype(s::Type{<:Struct{T}}, _...) where T s end