From 6aa37f2ed066a761b89d2c4b52d4743c9a388808 Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:03:57 +0100 Subject: [PATCH] Remove unused code --- src/LightSumTypes.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/LightSumTypes.jl b/src/LightSumTypes.jl index 3a87360..bb3fed0 100644 --- a/src/LightSumTypes.jl +++ b/src/LightSumTypes.jl @@ -124,8 +124,6 @@ function branchs(variants, variants_with_P, outputs) return branchs end -constructor(T, V, args::Vararg{Any, N}; kwargs...) where N = T(V(args...; kwargs...)) - """ variant(inst)