Skip to content

Commit f740aaf

Browse files
authored
Merge pull request #4765 from practicalswift/remove-all_floating_point_bits
2 parents 40483d4 + 54a83f0 commit f740aaf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

utils/SwiftFloatingPointTypes.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,3 @@ def floating_point_bits_to_type():
4949

5050
def all_floating_point_types():
5151
return floating_point_bits_to_type().values()
52-
53-
54-
# Bit counts for all floating point types.
55-
#
56-
# 80-bit floating point types are only permitted on x86 architectures. This
57-
# restriction is handled via #if's in the generated code.
58-
def all_floating_point_bits():
59-
return floating_point_bits_to_type().keys()

0 commit comments

Comments
 (0)