Skip to content

Commit a2446ea

Browse files
committed
Remove likely unintended change to Integers.swift.gyb introduced in 728ad26.
1 parent f4d5a3d commit a2446ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Prototypes/Integers.swift.gyb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ extension IntegerType {
215215
}
216216
}
217217

218-
//===--- SignExtending ----------------------------------------------------===//
219-
// A SignedIntegerType wrapper over any UnsignedIntegerType; it
220-
// represents the full width of the unsigned number by adding bits
221-
// to the representation.
222-
223218
//===--- Homogeneous comparison -------------------------------------------===//
224219
@_transparent
225220
@warn_unused_result

0 commit comments

Comments
 (0)