Skip to content

Commit 31c1d8d

Browse files
Remove no-longer-used _Incrementable protocol (#12251)
1 parent c2cbb97 commit 31c1d8d

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ set(SWIFTLIB_ESSENTIAL
7272
HeapBuffer.swift
7373
ICU.swift
7474
ImplicitlyUnwrappedOptional.swift
75-
Index.swift
7675
Indices.swift.gyb
7776
InputStream.swift
7877
IntegerParsing.swift

stdlib/public/core/GroupInfo.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"Sequence.swift",
6060
"SequenceAlgorithms.swift",
6161
"RangeReplaceableCollection.swift",
62-
"Index.swift",
6362
"Indices.swift",
6463
"Existential.swift",
6564
"WriteBackMutableSlice.swift",

stdlib/public/core/Index.swift

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/IDE/print_stdlib.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
// RUN: %target-swift-ide-test -print-module -module-to-print=Swift -source-filename %s -print-interface -skip-underscored-stdlib-protocols > %t-prot.txt
1818
// RUN: %FileCheck -check-prefix=CHECK-UNDERSCORED-PROT %s < %t-prot.txt
19-
// CHECK-UNDERSCORED-PROT: public protocol _Incrementable
2019
// CHECK-UNDERSCORED-PROT: public protocol _SequenceWrapper
2120
// CHECK-UNDERSCORED-PROT-NOT: protocol _
2221

0 commit comments

Comments
 (0)