Skip to content

Commit c368d73

Browse files
authored
[stdlib] Delete unused gyb variable (#59197)
This variable is no longer referenced anywhere.
1 parent ed21300 commit c368d73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/FloatingPointTypes.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ from SwiftFloatingPointTypes import all_floating_point_types
2222

2323
# Number of bits in the Builtin.Word type
2424
word_bits = int(CMAKE_SIZEOF_VOID_P) * 8
25-
26-
# Number of bits in integer literals.
27-
builtinIntLiteralBits = 2048
2825
}%
2926

3027
% for self_type in all_floating_point_types():

0 commit comments

Comments
 (0)