Skip to content

Commit 3ff76ea

Browse files
committed
removed unused variable
1 parent 0ef4d39 commit 3ff76ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/llvm_intrin/memory_addr.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,11 +2520,6 @@ end
25202520
) where {W,T<:NativeTypes,U<:Unsigned}
25212521
typ = LLVM_TYPES[T]
25222522
vtyp = "<$W x $typ>"
2523-
@static if USE_OPAQUE_PTR
2524-
vptrtyp = "<$W x ptr>"
2525-
else
2526-
vptrtyp = "<$W x $typ*>"
2527-
end
25282523
mtyp_input = LLVM_TYPES[U]
25292524
mtyp_trunc = "i$W"
25302525
instrs = String[]

0 commit comments

Comments
 (0)