Skip to content

Commit d7bdd21

Browse files
authored
remove comment from julia-syntax that is no longer true (#58964)
The code this referred to was removed by c6c3d72
1 parent ff33305 commit d7bdd21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/julia-syntax.scm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,7 @@
545545
;; call with keyword args pre-sorted - original method code goes here
546546
,(method-def-expr-
547547
mangled sparams
548-
`((|::| ,mangled (call (core typeof) ,mangled)) ,@vars ,@restkw
549-
;; strip type off function self argument if not needed for a static param.
550-
;; then it is ok for cl-convert to move this definition above the original def.
551-
,@not-optional ,@vararg)
548+
`((|::| ,mangled (call (core typeof) ,mangled)) ,@vars ,@restkw ,@not-optional ,@vararg)
552549
(insert-after-meta `(block
553550
,@stmts)
554551
(cons `(meta nkw ,(+ (length vars) (length restkw)))

0 commit comments

Comments
 (0)