Skip to content

Commit 03da423

Browse files
committed
delete all mentions of transpose
1 parent 8dc457e commit 03da423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ function resyntax(ex)
388388
getindex(x_, i__) => :($x[$(i...)])
389389
tuple(xs__) => :($(xs...),)
390390
ctranspose(x_) => :($x')
391-
# transpose(x_) => :($x.')
392391
_ => x
393392
end
394393
end

0 commit comments

Comments
 (0)