Skip to content

Commit cb3ffde

Browse files
committed
stdlib: remove unused gyb variable
1 parent 8f11875 commit cb3ffde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/core/FloatingPointTypes.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ builtinIntLiteralBits = 2048
3434
# Mapping from float bits to significand bits
3535
explicitSignificandBits = { 32:24, 64:53, 80:64 }
3636

37-
cFunctionSuffix = { 32:'f', 64:'', 80:'l' }
38-
3937
def allInts():
4038
for bits in allIntBits:
4139
for signed in False, True:

0 commit comments

Comments
 (0)