Skip to content

Commit

Permalink
delete a function not used
Browse files Browse the repository at this point in the history
  • Loading branch information
avouspierre committed Jun 8, 2024
1 parent 61ec999 commit 5e11f67
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions FreeAPS/Sources/APS/CGM/PluginSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@ extension PluginSource: CGMManagerDelegate {
return .failure(error)
}
}

private func processCGMReadingResultCompletion(
_: CGMManager,
readingResult: CGMReadingResult,
completion: @escaping (Result<[BloodGlucose], Error>) -> Void
) {
completion(readCGMResult(readingResult: readingResult))
}
}

extension PluginSource {
Expand Down

0 comments on commit 5e11f67

Please sign in to comment.