Sequences: Remove unused method nextAccountId
Change-Id: I2cf687b1a41185398b0d5a7cf50a2359f1a53bcc Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -135,11 +135,6 @@ public class Sequences {
|
||||
return changeSeq;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private static int nextAccountId(ReviewDb db) throws OrmException {
|
||||
return db.nextAccountId();
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private static int nextChangeId(ReviewDb db) throws OrmException {
|
||||
return db.nextChangeId();
|
||||
|
||||
Reference in New Issue
Block a user