From b91c33001680e169eac1ba88454e40abdbde069f Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Wed, 3 Sep 2025 12:21:44 +0200 Subject: [PATCH] delete `propertynames` methods of private type --- src/EnforcedTypeSignatureCallables.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/EnforcedTypeSignatureCallables.jl b/src/EnforcedTypeSignatureCallables.jl index cf10820..4d60113 100644 --- a/src/EnforcedTypeSignatureCallables.jl +++ b/src/EnforcedTypeSignatureCallables.jl @@ -14,10 +14,6 @@ struct CallableWithArgumentTypes{Arguments <: Tuple, Callable} <: Function end end -function Base.propertynames((@nospecialize unused::CallableWithArgumentTypes), ::Bool = false) - () -end - function (callable::CallableWithArgumentTypes)(args...; kwargs...) function arguments(::CallableWithArgumentTypes{Arguments}) where {Arguments <: Tuple} Arguments