Skip to content

Commit

Permalink
Delete Unused CaptureGroup Pattern Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Nov 9, 2024
1 parent 0c50c52 commit c79ec27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/XcbeautifyLib/CaptureGroups.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ package extension CaptureGroup {
var outputType: OutputType { Self.outputType }
}

extension CaptureGroup {
static var pattern: String { regex.pattern }
var pattern: String { Self.regex.pattern }
}

protocol ErrorCaptureGroup: CaptureGroup {
var wholeError: String { get }
}
Expand Down

0 comments on commit c79ec27

Please sign in to comment.