We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ec5c commit b26d198Copy full SHA for b26d198
firebase-installations/src/main/java/com/google/firebase/installations/FirebaseInstallations.java
@@ -74,9 +74,6 @@ public class FirebaseInstallations implements FirebaseInstallationsApi {
74
/* used for thread-level synchronization of generating and persisting fids */
75
private static final Object lockGenerateFid = new Object();
76
77
- /* used for thread-level synchronization of getting a fid. */
78
- private static final Object lockGetFid = new Object();
79
-
80
/* file used for process-level synchronization of generating and persisting fids */
81
private static final String LOCKFILE_NAME_GENERATE_FID = "generatefid.lock";
82
private static final String CHIME_FIREBASE_APP_NAME = "CHIME_ANDROID_SDK";
0 commit comments