Skip to content

Commit

Permalink
remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Aug 23, 2024
1 parent cf190cf commit 949d70b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/TemplateRepository.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ public protocol TemplateRepositoryDataSource {
/// - throws: MustacheError
/// - returns: A Mustache template string.
func templateStringForTemplateID(_ templateID: TemplateID) throws -> String

/// Returns the Mustache template string that matches the template ID.
///
/// - parameter templateID: The template ID of the template.
/// - throws: MustacheError
/// - returns: A Mustache template string.
@available(iOS 15.0, macOS 12.0, tvOS 15.0, *)
func templateStringForTemplateID(_ templaetID: TemplateID) async throws -> String
}

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

0 comments on commit 949d70b

Please sign in to comment.