Skip to content

Commit b26d198

Browse files
committed
Remove unused variable
1 parent bc6ec5c commit b26d198

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

firebase-installations/src/main/java/com/google/firebase/installations/FirebaseInstallations.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ public class FirebaseInstallations implements FirebaseInstallationsApi {
7474
/* used for thread-level synchronization of generating and persisting fids */
7575
private static final Object lockGenerateFid = new Object();
7676

77-
/* used for thread-level synchronization of getting a fid. */
78-
private static final Object lockGetFid = new Object();
79-
8077
/* file used for process-level synchronization of generating and persisting fids */
8178
private static final String LOCKFILE_NAME_GENERATE_FID = "generatefid.lock";
8279
private static final String CHIME_FIREBASE_APP_NAME = "CHIME_ANDROID_SDK";

0 commit comments

Comments
 (0)