Skip to content

Commit 949d70b

Browse files
committed
remove unused interface
1 parent cf190cf commit 949d70b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/TemplateRepository.swift

-8
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ public protocol TemplateRepositoryDataSource {
7676
/// - throws: MustacheError
7777
/// - returns: A Mustache template string.
7878
func templateStringForTemplateID(_ templateID: TemplateID) throws -> String
79-
80-
/// Returns the Mustache template string that matches the template ID.
81-
///
82-
/// - parameter templateID: The template ID of the template.
83-
/// - throws: MustacheError
84-
/// - returns: A Mustache template string.
85-
@available(iOS 15.0, macOS 12.0, tvOS 15.0, *)
86-
func templateStringForTemplateID(_ templaetID: TemplateID) async throws -> String
8779
}
8880

8981
/// A template repository represents a set of sibling templates and partials.

0 commit comments

Comments
 (0)