Skip to content

Commit 2e84914

Browse files
authored
delete propertynames methods of private type (#2)
1 parent f6d68c4 commit 2e84914

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/EnforcedTypeSignatureCallables.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ struct CallableWithArgumentTypes{Arguments <: Tuple, Callable} <: Function
1414
end
1515
end
1616

17-
function Base.propertynames((@nospecialize unused::CallableWithArgumentTypes), ::Bool = false)
18-
()
19-
end
20-
2117
function (callable::CallableWithArgumentTypes)(args...; kwargs...)
2218
function arguments(::CallableWithArgumentTypes{Arguments}) where {Arguments <: Tuple}
2319
Arguments

0 commit comments

Comments
 (0)