Skip to content

Commit da410db

Browse files
committed
Remove extra options and regenerate from Swift's Options.td
Remove `ExtraOptions.swift` to avoid new options being added there and not in the old driver, at least until all clients are moved off the old driver completely.
1 parent 34625a4 commit da410db

File tree

3 files changed

+45
-62
lines changed

3 files changed

+45
-62
lines changed

Sources/SwiftOptions/ExtraOptions.swift

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

Sources/SwiftOptions/OptionTable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public struct OptionTable {
1313
public init() { }
1414

1515
/// Retrieve the options.
16-
public var options: [Option] = Option.allOptions + Option.extraOptions
16+
public var options: [Option] = Option.allOptions
1717
public lazy var groupMap: [Option.Group: [Option]] = {
1818
var map = [Option.Group: [Option]]()
1919
for opt in options {

0 commit comments

Comments
 (0)