Skip to content

Commit 99dc160

Browse files
authored
remove unused constant
1 parent 264650a commit 99dc160

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Quadmath.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ macro ccall(expr)
7070
end
7171
end
7272

73-
74-
const _WIN_PTR_ABI = Sys.iswindows() && (Sys.WORD_SIZE == 64)
75-
76-
7773
# we use this slightly cumbersome definition to ensure that the value is 128-bit aligned
7874
# and passed on the xmm registers, matching the x86_64 ABI for __float128.
7975
const Cfloat128 = NTuple{2,VecElement{Float64}}

0 commit comments

Comments
 (0)