mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 13:27:59 +01:00
Remove a pair of unused methods
This commit is contained in:
committed by
Jon Chambers
parent
045ec9689d
commit
4ee67064bb
@@ -80,9 +80,4 @@ public class StoredRegistrationLock {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
public StoredRegistrationLock forTime(long timestamp) {
|
||||
return new StoredRegistrationLock(registrationLock, registrationLockSalt, Instant.ofEpochMilli(timestamp));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user