Skip to content

Commit b7e96f9

Browse files
committed
Remove unused vars
1 parent a5ee715 commit b7e96f9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -483,17 +483,6 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
483483
}
484484
}
485485

486-
// TODO(ncooke3): Preserved TODO- Not used anymore. Safe to remove.
487-
/// A list of successful fetch timestamps in milliseconds.
488-
open var successFetchTimes: [TimeInterval] {
489-
_successFetchTimes
490-
}
491-
492-
/// A list of failed fetch timestamps in milliseconds.
493-
open var failureFetchTimes: [TimeInterval] {
494-
_failureFetchTimes
495-
}
496-
497486
/// Device conditions since last successful fetch from the backend. Device conditions including
498487
/// app version, iOS version, device localte, language, GMP project ID and Game project ID. Used
499488
/// for determing whether to throttle.

0 commit comments

Comments
 (0)