Remove a pair of unused methods
This commit is contained in:
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));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -558,10 +558,6 @@ public class Account {
|
|||
this.usernameHolds = usernameHolds;
|
||||
}
|
||||
|
||||
boolean isStale() {
|
||||
return stale;
|
||||
}
|
||||
|
||||
public void markStale() {
|
||||
stale = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue