Skip to content

Commit 9b55a0d

Browse files
committed
rm outdated comment
Doing the type construction in the runtime function didn't work with type variables
1 parent 855724c commit 9b55a0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runtime.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@ end
319319
Called in the unfortunate cases (K"call", K".", K"Identifier") where docstrings
320320
change the semantics of the expressions they annotate, no longer requiring the
321321
expression to execute.
322-
323-
If documenting a call expression, `func_sig` is (types, first_optional_arg_pos),
324-
where `types` is the function signature including all optional arguments and
325-
excluding the implicit first function_type argument (which may not be defined).
326322
"""
327323
function bind_static_docs!(mod::Module, name::Symbol, docstr, lnn::LineNumberNode, sigtypes::Type)
328324
metadata = Dict{Symbol, Any}(

0 commit comments

Comments
 (0)